eZ\Publish\Core\REST\Client\Values\Content\TrashItem::getContentInfo PHP Метод

getContentInfo() публичный Метод

Returns the content info of the content object of this location.
public getContentInfo ( ) : eZ\Publish\API\Repository\Values\Content\ContentInfo
Результат eZ\Publish\API\Repository\Values\Content\ContentInfo
    public function getContentInfo()
    {
        return $this->location->getContentInfo();
    }