eZ\Publish\Core\SignalSlot\Tests\ServiceTest::getContentInfo PHP 메소드

getContentInfo() 보호된 메소드

Creates a content info from $contentId and $remoteId.
protected getContentInfo ( mixed $contentId, mixed $remoteId ) : eZ\Publish\API\Repository\Values\Content\ContentInfo
$contentId mixed
$remoteId mixed
리턴 eZ\Publish\API\Repository\Values\Content\ContentInfo
    protected function getContentInfo($contentId, $remoteId)
    {
        return new ContentInfo(array('id' => $contentId, 'remoteId' => $remoteId));
    }