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

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

Public Properties

Property Type Description
$contentTypes eZ\Publish\API\Repository\Values\ContentType\ContentType[] Content types.
$path string Path which was used to fetch the list of content types.

Public Methods

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

Method Details

__construct() public method

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

Property Details

$contentTypes public property

Content types.
public ContentType[],eZ\Publish\API\Repository\Values\ContentType $contentTypes
return eZ\Publish\API\Repository\Values\ContentType\ContentType[]

$path public property

Path which was used to fetch the list of content types.
public string $path
return string