PHP 클래스 eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor\RestContentTypeBase

상속: extends eZ\Publish\Core\REST\Common\Output\ValueObjectVisitor
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 메소드들

메소드 설명
getUrlTypeSuffix ( integer $contentTypeStatus ) : string Returns a suffix for the URL type to generate on basis of the given $contentTypeStatus.
serializeStatus ( integer $contentTypeStatus ) : string Serializes the given $contentTypeStatus to a string representation.

메소드 상세

getUrlTypeSuffix() 보호된 메소드

Returns a suffix for the URL type to generate on basis of the given $contentTypeStatus.
protected getUrlTypeSuffix ( integer $contentTypeStatus ) : string
$contentTypeStatus integer
리턴 string

serializeStatus() 보호된 메소드

Serializes the given $contentTypeStatus to a string representation.
protected serializeStatus ( integer $contentTypeStatus ) : string
$contentTypeStatus integer
리턴 string