eZ\Publish\Core\REST\Server\Values\ContentList::__construct PHP Method

__construct() public method

Construct.
public __construct ( array $contents )
$contents array
    public function __construct(array $contents)
    {
        $this->contents = $contents;
    }
ContentList