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

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

Public Properties

Property Type Description
$childCount integer Number of children of the trash item.
$trashItem eZ\Publish\API\Repository\Values\Content\TrashItem A trash item.

Public Methods

Method Description
__construct ( eZ\Publish\API\Repository\Values\Content\TrashItem $trashItem, integer $childCount )

Method Details

__construct() public method

public __construct ( eZ\Publish\API\Repository\Values\Content\TrashItem $trashItem, integer $childCount )
$trashItem eZ\Publish\API\Repository\Values\Content\TrashItem
$childCount integer

Property Details

$childCount public property

Number of children of the trash item.
public int $childCount
return integer

$trashItem public property

A trash item.
public TrashItem,eZ\Publish\API\Repository\Values\Content $trashItem
return eZ\Publish\API\Repository\Values\Content\TrashItem