PHP Класс eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor\RestContentTypeBase

Наследование: extends eZ\Publish\Core\REST\Common\Output\ValueObjectVisitor
Показать файл Открыть проект

Защищенные методы

Метод Описание
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