PHP 클래스 Pimcore\Model\WebsiteSetting

상속: extends AbstractModel
파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$creationDate
$data
$id integer
$modificationDate
$name string
$siteId
$type

공개 메소드들

메소드 설명
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 )

메소드 상세

clearDependentCache() 공개 메소드

public clearDependentCache ( ) : void
리턴 void

getById() 공개 정적인 메소드

public static getById ( integer $id ) : WebsiteSetting
$id integer
리턴 WebsiteSetting

getByName() 공개 정적인 메소드

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

getCreationDate() 공개 메소드

public getCreationDate ( ) : mixed
리턴 mixed

getData() 공개 메소드

public getData ( ) : mixed
리턴 mixed

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getModificationDate() 공개 메소드

public getModificationDate ( ) : mixed
리턴 mixed

getName() 공개 메소드

public getName ( ) : string
리턴 string

getSiteId() 공개 메소드

public getSiteId ( ) : mixed
리턴 mixed

getType() 공개 메소드

public getType ( ) : mixed
리턴 mixed

setCreationDate() 공개 메소드

public setCreationDate ( $creationDate )
$creationDate

setData() 공개 메소드

public setData ( $data )
$data

setId() 공개 메소드

public setId ( integer $id )
$id integer

setModificationDate() 공개 메소드

public setModificationDate ( $modificationDate )
$modificationDate

setName() 공개 메소드

public setName ( string $name )
$name string

setSiteId() 공개 메소드

public setSiteId ( $siteId )
$siteId

setType() 공개 메소드

public setType ( $type )
$type

프로퍼티 상세

$creationDate 공개적으로 프로퍼티

public $creationDate

$data 공개적으로 프로퍼티

public $data

$id 공개적으로 프로퍼티

public int $id
리턴 integer

$modificationDate 공개적으로 프로퍼티

public $modificationDate

$name 공개적으로 프로퍼티

public string $name
리턴 string

$siteId 공개적으로 프로퍼티

public $siteId

$type 공개적으로 프로퍼티

public $type