PHP Class Pimcore\Model\Element\Recyclebin\Item

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

Méthodes publiques

Свойство Type Description
$amount integer
$date integer
$deletedby string
$element Pimcore\Model\Element\ElementInterface
$id integer
$path string
$subtype string
$type string

Méthodes publiques

Méthode Description
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 )

Method Details

create() public static méthode

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

delete() public méthode

public delete ( )

getAmount() public méthode

public getAmount ( ) : integer
Résultat integer

getById() public static méthode

public static getById ( $id ) : Item
$id
Résultat Item

getDate() public méthode

public getDate ( ) : integer
Résultat integer

getDeletedby() public méthode

public getDeletedby ( ) : string
Résultat string

getElement() public méthode

public getElement ( ) : Pimcore\Model\Element\ElementInterface
Résultat Pimcore\Model\Element\ElementInterface

getId() public méthode

public getId ( ) : integer
Résultat integer

getPath() public méthode

public getPath ( ) : string
Résultat string

getStorageFileBinary() public méthode

public getStorageFileBinary ( $element ) : string
$element
Résultat string

getStoreageFile() public méthode

public getStoreageFile ( ) : string
Résultat string

getSubtype() public méthode

public getSubtype ( ) : string
Résultat string

getType() public méthode

public getType ( ) : string
Résultat string

loadChilds() public méthode

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

restore() public méthode

public restore ( $user = null )

restoreChilds() public méthode

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

save() public méthode

public save ( User $user = null ) : void
$user User
Résultat void

setAmount() public méthode

public setAmount ( $amount )
$amount

setDate() public méthode

public setDate ( $date )
$date

setDeletedby() public méthode

public setDeletedby ( $username )
$username

setElement() public méthode

public setElement ( $element )
$element

setId() public méthode

public setId ( $id )
$id

setPath() public méthode

public setPath ( $path )
$path

setSubtype() public méthode

public setSubtype ( $subtype )
$subtype

setType() public méthode

public setType ( $type )
$type

Property Details

$amount public_oe property

public int $amount
Résultat integer

$date public_oe property

public int $date
Résultat integer

$deletedby public_oe property

public string $deletedby
Résultat string

$element public_oe property

public ElementInterface,Pimcore\Model\Element $element
Résultat Pimcore\Model\Element\ElementInterface

$id public_oe property

public int $id
Résultat integer

$path public_oe property

public string $path
Résultat string

$subtype public_oe property

public string $subtype
Résultat string

$type public_oe property

public string $type
Résultat string