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

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

Public Properties

Property Type Description
$contents RestContent[] Contents.

Public Methods

Method Description
__construct ( array $contents ) Construct.

Method Details

__construct() public method

Construct.
public __construct ( array $contents )
$contents array

Property Details

$contents public property

Contents.
public RestContent[],eZ\Publish\Core\REST\Server\Values $contents
return RestContent[]