PHP 클래스 Pimcore\Model\Search\Backend\Data

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

공개 프로퍼티들

프로퍼티 타입 설명
$creationDate integer timestamp of creation date
$data string
$fullPath string
$id Pimcore\Model\Search\Backend\Data\Id
$maintype string document | object | asset
$modificationDate integer timestamp of modification date
$properties string
$published boolean published or not
$subtype string currently only relevant for objects where it portrays the class name
$type string ..)
$userModification integer User-ID of the user last modified the element
$userOwner integer User-ID of the owner

공개 메소드들

메소드 설명
__construct ( null $element = null )
delete ( )
getCreationDate ( ) : integer
getDao ( ) : Pimcore\Model\Dao\AbstractDao
getData ( ) : string
getForElement ( $element ) : Data
getFullPath ( ) : string
getId ( ) : Pimcore\Model\Search\Backend\Data\Id
getModificationDate ( ) : integer
getProperties ( ) : string
getPublished ( ) : boolean
getSubtype ( ) : string
getType ( ) : string
getUserModification ( ) : integer
getUserOwner ( ) : integer
isPublished ( ) : boolean
save ( )
setCreationDate ( $creationDate )
setData ( string $data ) : void
setDataFromElement ( $element )
setFullPath ( string $fullpath )
setId ( $id )
setModificationDate ( integer $modificationDate ) : void
setProperties ( string $properties ) : void
setPublished ( integer $published ) : void
setSubtype ( $subtype )
setType ( $type )
setUserModification ( integer $userModification ) : void
setUserOwner ( integer $userOwner ) : void

보호된 메소드들

메소드 설명
cleanupData ( $data ) : mixed | string

메소드 상세

__construct() 공개 메소드

public __construct ( null $element = null )
$element null

cleanupData() 보호된 메소드

protected cleanupData ( $data ) : mixed | string
$data
리턴 mixed | string

delete() 공개 메소드

public delete ( )

getCreationDate() 공개 메소드

public getCreationDate ( ) : integer
리턴 integer

getDao() 공개 메소드

public getDao ( ) : Pimcore\Model\Dao\AbstractDao
리턴 Pimcore\Model\Dao\AbstractDao

getData() 공개 메소드

public getData ( ) : string
리턴 string

getForElement() 공개 정적인 메소드

public static getForElement ( $element ) : Data
$element
리턴 Data

getFullPath() 공개 메소드

public getFullPath ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : Pimcore\Model\Search\Backend\Data\Id
리턴 Pimcore\Model\Search\Backend\Data\Id

getModificationDate() 공개 메소드

public getModificationDate ( ) : integer
리턴 integer

getProperties() 공개 메소드

public getProperties ( ) : string
리턴 string

getPublished() 공개 메소드

public getPublished ( ) : boolean
리턴 boolean

getSubtype() 공개 메소드

public getSubtype ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : string
리턴 string

getUserModification() 공개 메소드

public getUserModification ( ) : integer
리턴 integer

getUserOwner() 공개 메소드

public getUserOwner ( ) : integer
리턴 integer

isPublished() 공개 메소드

public isPublished ( ) : boolean
리턴 boolean

save() 공개 메소드

public save ( )

setCreationDate() 공개 메소드

public setCreationDate ( $creationDate )
$creationDate

setData() 공개 메소드

public setData ( string $data ) : void
$data string
리턴 void

setDataFromElement() 공개 메소드

public setDataFromElement ( $element )
$element

setFullPath() 공개 메소드

public setFullPath ( string $fullpath )
$fullpath string

setId() 공개 메소드

public setId ( $id )
$id

setModificationDate() 공개 메소드

public setModificationDate ( integer $modificationDate ) : void
$modificationDate integer
리턴 void

setProperties() 공개 메소드

public setProperties ( string $properties ) : void
$properties string
리턴 void

setPublished() 공개 메소드

public setPublished ( integer $published ) : void
$published integer
리턴 void

setSubtype() 공개 메소드

public setSubtype ( $subtype )
$subtype

setType() 공개 메소드

public setType ( $type )
$type

setUserModification() 공개 메소드

public setUserModification ( integer $userModification ) : void
$userModification integer
리턴 void

setUserOwner() 공개 메소드

public setUserOwner ( integer $userOwner ) : void
$userOwner integer
리턴 void

프로퍼티 상세

$creationDate 공개적으로 프로퍼티

timestamp of creation date
public int $creationDate
리턴 integer

$data 공개적으로 프로퍼티

public string $data
리턴 string

$fullPath 공개적으로 프로퍼티

public string $fullPath
리턴 string

$id 공개적으로 프로퍼티

public Id,Pimcore\Model\Search\Backend\Data $id
리턴 Pimcore\Model\Search\Backend\Data\Id

$maintype 공개적으로 프로퍼티

document | object | asset
public string $maintype
리턴 string

$modificationDate 공개적으로 프로퍼티

timestamp of modification date
public int $modificationDate
리턴 integer

$properties 공개적으로 프로퍼티

public string $properties
리턴 string

$published 공개적으로 프로퍼티

published or not
public bool $published
리턴 boolean

$subtype 공개적으로 프로퍼티

currently only relevant for objects where it portrays the class name
public string $subtype
리턴 string

$type 공개적으로 프로퍼티

..)
public string $type
리턴 string

$userModification 공개적으로 프로퍼티

User-ID of the user last modified the element
public int $userModification
리턴 integer

$userOwner 공개적으로 프로퍼티

User-ID of the owner
public int $userOwner
리턴 integer