PHP Class eZ\Publish\Core\REST\Client\Values\Content\Location

See also: eZ\Publish\API\Repository\Values\Content\Location
Inheritance: extends eZ\Publish\API\Repository\Values\Content\Location
Show file Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$contentInfo eZ\Publish\API\Repository\Values\Content\ContentInfo ContentInfo.

Public Methods

Method Description
getContentInfo ( ) : eZ\Publish\API\Repository\Values\Content\ContentInfo Returns the content info of the content object of this location.

Method Details

getContentInfo() public method

Returns the content info of the content object of this location.
public getContentInfo ( ) : eZ\Publish\API\Repository\Values\Content\ContentInfo
return eZ\Publish\API\Repository\Values\Content\ContentInfo

Property Details

$contentInfo protected property

ContentInfo.
protected ContentInfo,eZ\Publish\API\Repository\Values\Content $contentInfo
return eZ\Publish\API\Repository\Values\Content\ContentInfo