PHP Class Pimcore\Model\WebsiteSetting

Inheritance: extends AbstractModel
Afficher le fichier Open project: pimcore/pimcore Class Usage Examples

Méthodes publiques

Свойство Type Description
$creationDate
$data
$id integer
$modificationDate
$name string
$siteId
$type

Méthodes publiques

Méthode 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 méthode

public clearDependentCache ( ) : void
Résultat void

getById() public static méthode

public static getById ( integer $id ) : WebsiteSetting
$id integer
Résultat WebsiteSetting

getByName() public static méthode

public static getByName ( string $name, $siteId = null ) : WebsiteSetting
$name string
Résultat WebsiteSetting

getCreationDate() public méthode

public getCreationDate ( ) : mixed
Résultat mixed

getData() public méthode

public getData ( ) : mixed
Résultat mixed

getId() public méthode

public getId ( ) : integer
Résultat integer

getModificationDate() public méthode

public getModificationDate ( ) : mixed
Résultat mixed

getName() public méthode

public getName ( ) : string
Résultat string

getSiteId() public méthode

public getSiteId ( ) : mixed
Résultat mixed

getType() public méthode

public getType ( ) : mixed
Résultat mixed

setCreationDate() public méthode

public setCreationDate ( $creationDate )
$creationDate

setData() public méthode

public setData ( $data )
$data

setId() public méthode

public setId ( integer $id )
$id integer

setModificationDate() public méthode

public setModificationDate ( $modificationDate )
$modificationDate

setName() public méthode

public setName ( string $name )
$name string

setSiteId() public méthode

public setSiteId ( $siteId )
$siteId

setType() public méthode

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
Résultat integer

$modificationDate public_oe property

public $modificationDate

$name public_oe property

public string $name
Résultat string

$siteId public_oe property

public $siteId

$type public_oe property

public $type