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

Inheritance: extends eZ\Publish\Core\REST\Common\Value
Show file Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$path string Path used to load the list of the trash items.
$trashItems RestTrashItem[] Trash items.

Public Methods

Method Description
__construct ( array $trashItems, string $path ) Construct.

Method Details

__construct() public method

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

Property Details

$path public property

Path used to load the list of the trash items.
public string $path
return string

$trashItems public property

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