PHP 클래스 Pimcore\Model\Element\Recyclebin\Item

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

공개 프로퍼티들

프로퍼티 타입 설명
$amount integer
$date integer
$deletedby string
$element Pimcore\Model\Element\ElementInterface
$id integer
$path string
$subtype string
$type string

공개 메소드들

메소드 설명
create ( Pimcore\Model\Element\ElementInterface $element, User $user )
delete ( )
getAmount ( ) : integer
getById ( $id ) : Item
getDate ( ) : integer
getDeletedby ( ) : string
getElement ( ) : Pimcore\Model\Element\ElementInterface
getId ( ) : integer
getPath ( ) : string
getStorageFileBinary ( $element ) : string
getStoreageFile ( ) : string
getSubtype ( ) : string
getType ( ) : string
loadChilds ( Pimcore\Model\Element\ElementInterface $element )
restore ( $user = null )
restoreChilds ( Pimcore\Model\Element\ElementInterface $element )
save ( User $user = null ) : void
setAmount ( $amount )
setDate ( $date )
setDeletedby ( $username )
setElement ( $element )
setId ( $id )
setPath ( $path )
setSubtype ( $subtype )
setType ( $type )

메소드 상세

create() 공개 정적인 메소드

public static create ( Pimcore\Model\Element\ElementInterface $element, User $user )
$element Pimcore\Model\Element\ElementInterface
$user Pimcore\Model\User

delete() 공개 메소드

public delete ( )

getAmount() 공개 메소드

public getAmount ( ) : integer
리턴 integer

getById() 공개 정적인 메소드

public static getById ( $id ) : Item
$id
리턴 Item

getDate() 공개 메소드

public getDate ( ) : integer
리턴 integer

getDeletedby() 공개 메소드

public getDeletedby ( ) : string
리턴 string

getElement() 공개 메소드

public getElement ( ) : Pimcore\Model\Element\ElementInterface
리턴 Pimcore\Model\Element\ElementInterface

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getPath() 공개 메소드

public getPath ( ) : string
리턴 string

getStorageFileBinary() 공개 메소드

public getStorageFileBinary ( $element ) : string
$element
리턴 string

getStoreageFile() 공개 메소드

public getStoreageFile ( ) : string
리턴 string

getSubtype() 공개 메소드

public getSubtype ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : string
리턴 string

loadChilds() 공개 메소드

public loadChilds ( Pimcore\Model\Element\ElementInterface $element )
$element Pimcore\Model\Element\ElementInterface

restore() 공개 메소드

public restore ( $user = null )

restoreChilds() 공개 메소드

public restoreChilds ( Pimcore\Model\Element\ElementInterface $element )
$element Pimcore\Model\Element\ElementInterface

save() 공개 메소드

public save ( User $user = null ) : void
$user User
리턴 void

setAmount() 공개 메소드

public setAmount ( $amount )
$amount

setDate() 공개 메소드

public setDate ( $date )
$date

setDeletedby() 공개 메소드

public setDeletedby ( $username )
$username

setElement() 공개 메소드

public setElement ( $element )
$element

setId() 공개 메소드

public setId ( $id )
$id

setPath() 공개 메소드

public setPath ( $path )
$path

setSubtype() 공개 메소드

public setSubtype ( $subtype )
$subtype

setType() 공개 메소드

public setType ( $type )
$type

프로퍼티 상세

$amount 공개적으로 프로퍼티

public int $amount
리턴 integer

$date 공개적으로 프로퍼티

public int $date
리턴 integer

$deletedby 공개적으로 프로퍼티

public string $deletedby
리턴 string

$element 공개적으로 프로퍼티

public ElementInterface,Pimcore\Model\Element $element
리턴 Pimcore\Model\Element\ElementInterface

$id 공개적으로 프로퍼티

public int $id
리턴 integer

$path 공개적으로 프로퍼티

public string $path
리턴 string

$subtype 공개적으로 프로퍼티

public string $subtype
리턴 string

$type 공개적으로 프로퍼티

public string $type
리턴 string