PHP Class Pimcore\Model\Property\Predefined

Inheritance: extends Pimcore\Model\AbstractModel
Show file Open project: pimcore/pimcore Class Usage Examples

Public Properties

Property Type Description
$config string
$creationDate integer
$ctype string
$data string
$description string
$id integer
$inheritable boolean
$key string
$modificationDate integer
$name string
$type string

Public Methods

Method Description
create ( ) : self
getById ( integer $id ) : self
getByKey ( string $key ) : self
getConfig ( ) : string
getCreationDate ( ) : integer
getCtype ( ) : string
getData ( ) : string
getDescription ( ) : string
getId ( ) : integer
getInheritable ( ) : string
getKey ( ) : string
getModificationDate ( ) : integer
getName ( ) : string
getType ( ) : string
setConfig ( string $config ) : void
setCreationDate ( integer $creationDate )
setCtype ( string $ctype ) : void
setData ( string $data ) : void
setDescription ( string $description ) : void
setId ( integer $id ) : void
setInheritable ( string $inheritable ) : void
setKey ( string $key )
setModificationDate ( integer $modificationDate )
setName ( string $name )
setType ( string $type ) : void

Method Details

create() public static method

public static create ( ) : self
return self

getById() public static method

public static getById ( integer $id ) : self
$id integer
return self

getByKey() public static method

public static getByKey ( string $key ) : self
$key string
return self

getConfig() public method

public getConfig ( ) : string
return string

getCreationDate() public method

public getCreationDate ( ) : integer
return integer

getCtype() public method

public getCtype ( ) : string
return string

getData() public method

public getData ( ) : string
return string

getDescription() public method

public getDescription ( ) : string
return string

getId() public method

public getId ( ) : integer
return integer

getInheritable() public method

public getInheritable ( ) : string
return string

getKey() public method

public getKey ( ) : string
return string

getModificationDate() public method

public getModificationDate ( ) : integer
return integer

getName() public method

public getName ( ) : string
return string

getType() public method

public getType ( ) : string
return string

setConfig() public method

public setConfig ( string $config ) : void
$config string
return void

setCreationDate() public method

public setCreationDate ( integer $creationDate )
$creationDate integer

setCtype() public method

public setCtype ( string $ctype ) : void
$ctype string
return void

setData() public method

public setData ( string $data ) : void
$data string
return void

setDescription() public method

public setDescription ( string $description ) : void
$description string
return void

setId() public method

public setId ( integer $id ) : void
$id integer
return void

setInheritable() public method

public setInheritable ( string $inheritable ) : void
$inheritable string
return void

setKey() public method

public setKey ( string $key )
$key string

setModificationDate() public method

public setModificationDate ( integer $modificationDate )
$modificationDate integer

setName() public method

public setName ( string $name )
$name string

setType() public method

public setType ( string $type ) : void
$type string
return void

Property Details

$config public property

public string $config
return string

$creationDate public property

public int $creationDate
return integer

$ctype public property

public string $ctype
return string

$data public property

public string $data
return string

$description public property

public string $description
return string

$id public property

public int $id
return integer

$inheritable public property

public bool $inheritable
return boolean

$key public property

public string $key
return string

$modificationDate public property

public int $modificationDate
return integer

$name public property

public string $name
return string

$type public property

public string $type
return string