eZ\Publish\Core\Repository\Tests\Service\Integration\ContentTypeBase::createPublishedContentType PHP 메소드

createPublishedContentType() 보호된 메소드

Creates a ContentType with identifier "new-type" and remoteId "new-remoteid".
protected createPublishedContentType ( ) : eZ\Publish\API\Repository\Values\ContentType\ContentType
리턴 eZ\Publish\API\Repository\Values\ContentType\ContentType
    protected function createPublishedContentType()
    {
        return $this->createContentType(true);
    }
ContentTypeBase