PHP Class Pimcore\Model\WebsiteSetting

Inheritance: extends AbstractModel
Datei anzeigen Open project: pimcore/pimcore Class Usage Examples

Public Properties

Property Type Description
$creationDate
$data
$id integer
$modificationDate
$name string
$siteId
$type

Public Methods

Method Description
clearDependentCache ( ) : void
getById ( integer $id ) : WebsiteSetting
getByName ( string $name, $siteId = null ) : WebsiteSetting
getCreationDate ( ) : mixed
getData ( ) : mixed
getId ( ) : integer
getModificationDate ( ) : mixed
getName ( ) : string
getSiteId ( ) : mixed
getType ( ) : mixed
setCreationDate ( $creationDate )
setData ( $data )
setId ( integer $id )
setModificationDate ( $modificationDate )
setName ( string $name )
setSiteId ( $siteId )
setType ( $type )

Method Details

clearDependentCache() public method

public clearDependentCache ( ) : void
return void

getById() public static method

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

getByName() public static method

public static getByName ( string $name, $siteId = null ) : WebsiteSetting
$name string
return WebsiteSetting

getCreationDate() public method

public getCreationDate ( ) : mixed
return mixed

getData() public method

public getData ( ) : mixed
return mixed

getId() public method

public getId ( ) : integer
return integer

getModificationDate() public method

public getModificationDate ( ) : mixed
return mixed

getName() public method

public getName ( ) : string
return string

getSiteId() public method

public getSiteId ( ) : mixed
return mixed

getType() public method

public getType ( ) : mixed
return mixed

setCreationDate() public method

public setCreationDate ( $creationDate )
$creationDate

setData() public method

public setData ( $data )
$data

setId() public method

public setId ( integer $id )
$id integer

setModificationDate() public method

public setModificationDate ( $modificationDate )
$modificationDate

setName() public method

public setName ( string $name )
$name string

setSiteId() public method

public setSiteId ( $siteId )
$siteId

setType() public method

public setType ( $type )
$type

Property Details

$creationDate public_oe property

public $creationDate

$data public_oe property

public $data

$id public_oe property

public int $id
return integer

$modificationDate public_oe property

public $modificationDate

$name public_oe property

public string $name
return string

$siteId public_oe property

public $siteId

$type public_oe property

public $type