interface PropertyInterface

Property interface

Methods

string
getName()

Get property name.

string|null
getId()

Get property id.

mixed|null
getValue()

Get property value.

string|null
getTitle()

Get property display name.

string|null
getDescription()

Get property description.

int|null
getType()

Get property type.

mixed|null
getDefault()

Get property default value.

bool
getRequired()

Get property required attribute.

string|null
getHelp()

Get property help

bool
isReadonly()

Get readonly attribute

bool
isHidden()

Get hidden attribute

Details

at line 22
string getName()

Get property name.

Return Value

string

at line 29
string|null getId()

Get property id.

Return Value

string|null

at line 36
mixed|null getValue()

Get property value.

Return Value

mixed|null

at line 43
string|null getTitle()

Get property display name.

Return Value

string|null

at line 50
string|null getDescription()

Get property description.

Return Value

string|null

at line 57
int|null getType()

Get property type.

Return Value

int|null

at line 64
mixed|null getDefault()

Get property default value.

Return Value

mixed|null

at line 71
bool getRequired()

Get property required attribute.

Return Value

bool

at line 78
string|null getHelp()

Get property help

Return Value

string|null

at line 85
bool isReadonly()

Get readonly attribute

Return Value

bool

at line 92
bool isHidden()

Get hidden attribute

Return Value

bool