Arikaim CMS

PropertyInterface

Property interface

Table of Contents

Constants

BOOLEAN_TYPE  = 3
CUSTOM  = 2
DATE  = 16
FILE  = 15
GROUP  = 9
IMAGE  = 12
KEY  = 13
LANGUAGE_DROPDOWN  = 11
LIST  = 4
NUMBER  = 1
OAUTH  = 10
PASSWORD  = 6
PHP_CLASS  = 5
PRICE  = 14
TEXT  = 0
TEXT_AREA  = 8
TIME  = 17
TIME_INTERVAL  = 18
URL  = 7

Methods

getDefault()  : mixed|null
Get property default value.
getDescription()  : string|null
Get property description.
getHelp()  : string|null
Get property help
getId()  : string|null
Get property id.
getName()  : string
Get property name.
getRequired()  : bool
Get property required attribute.
getTitle()  : string|null
Get property display name.
getType()  : int|null
Get property type.
getValue()  : mixed|null
Get property value.
isHidden()  : bool
Get hidden attribute
isReadonly()  : bool
Get readonly attribute

Constants

Methods

getDefault()

Get property default value.

public getDefault() : mixed|null
Return values
mixed|null

getDescription()

Get property description.

public getDescription() : string|null
Return values
string|null

getHelp()

Get property help

public getHelp() : string|null
Return values
string|null

getId()

Get property id.

public getId() : string|null
Return values
string|null

getRequired()

Get property required attribute.

public getRequired() : bool
Return values
bool

getTitle()

Get property display name.

public getTitle() : string|null
Return values
string|null

getType()

Get property type.

public getType() : int|null
Return values
int|null

getValue()

Get property value.

public getValue() : mixed|null
Return values
mixed|null

isHidden()

Get hidden attribute

public isHidden() : bool
Return values
bool

isReadonly()

Get readonly attribute

public isReadonly() : bool
Return values
bool

        
On this page

Search results