\Charcoal\Admin\PropertyPropertyInputInterface

Defines a property form control.

Summary

Methods
Constants
setData()
setIdent()
ident()
setReadOnly()
readOnly()
setRequired()
required()
setDisabled()
disabled()
setInputId()
inputId()
inputName()
inputVal()
setInputType()
inputType()
setProperty()
property()
p()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

setData()

setData(array|\Traversable  $data) : \Charcoal\Admin\Property\Input

Parameters

array|\Traversable $data

The object (input) data.

Returns

\Charcoal\Admin\Property\Input —

Chainable

ident()

ident() : string

Returns

string

readOnly()

readOnly() : boolean

Returns

boolean

required()

required() : boolean

Returns

boolean

disabled()

disabled() : boolean

Returns

boolean

setInputId()

setInputId(string  $inputId) : \Charcoal\Admin\Property\Input

Parameters

string $inputId

The input id.

Returns

\Charcoal\Admin\Property\Input —

Chainable

inputId()

inputId() : string

Returns

string

inputName()

inputName() : string

Returns

string

inputVal()

inputVal() : string

Returns

string

inputType()

inputType() : string

Returns

string

setProperty()

setProperty(\Charcoal\Property\PropertyInterface  $p) : \Charcoal\Admin\Property\PropertyInputInterface

Parameters

\Charcoal\Property\PropertyInterface $p

The property.

Returns

\Charcoal\Admin\Property\PropertyInputInterface

Chainable

property()

property() : \Charcoal\Property\PropertyInterface

Returns

\Charcoal\Property\PropertyInterface

p()

p() : \Charcoal\Property\PropertyInterface

Returns

\Charcoal\Property\PropertyInterface