PHP Class eZ\Publish\Core\REST\Server\Values\Trash

Inheritance: extends eZ\Publish\Core\REST\Common\Value
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Свойство Type Description
$path string Path used to load the list of the trash items.
$trashItems RestTrashItem[] Trash items.

Méthodes publiques

Méthode Description
__construct ( array $trashItems, string $path ) Construct.

Method Details

__construct() public méthode

Construct.
public __construct ( array $trashItems, string $path )
$trashItems array
$path string

Property Details

$path public_oe property

Path used to load the list of the trash items.
public string $path
Résultat string

$trashItems public_oe property

Trash items.
public RestTrashItem[],eZ\Publish\Core\REST\Server\Values $trashItems
Résultat RestTrashItem[]