PHP 클래스 eZ\Publish\Core\REST\Client\Input\Parser\VersionInfo

상속: extends eZ\Publish\Core\REST\Common\Input\BaseParser
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$contentService eZ\Publish\Core\REST\Client\ContentService Content Service.
$parserTools eZ\Publish\Core\REST\Common\Input\ParserTools

공개 메소드들

메소드 설명
__construct ( ParserTools $parserTools, eZ\Publish\API\Repository\ContentService $contentService )
parse ( array $data, ParsingDispatcher $parsingDispatcher ) : eZ\Publish\API\Repository\Values\Content\VersionInfo Parse input structure.

보호된 메소드들

메소드 설명
convertVersionStatus ( string $statusString ) : integer Converts the given $statusString to its constant representation.

메소드 상세

__construct() 공개 메소드

public __construct ( ParserTools $parserTools, eZ\Publish\API\Repository\ContentService $contentService )
$parserTools eZ\Publish\Core\REST\Common\Input\ParserTools
$contentService eZ\Publish\API\Repository\ContentService

convertVersionStatus() 보호된 메소드

Converts the given $statusString to its constant representation.
protected convertVersionStatus ( string $statusString ) : integer
$statusString string
리턴 integer

parse() 공개 메소드

Parse input structure.
public parse ( array $data, ParsingDispatcher $parsingDispatcher ) : eZ\Publish\API\Repository\Values\Content\VersionInfo
$data array
$parsingDispatcher eZ\Publish\Core\REST\Common\Input\ParsingDispatcher
리턴 eZ\Publish\API\Repository\Values\Content\VersionInfo

프로퍼티 상세

$contentService 보호되어 있는 프로퍼티

Content Service.
protected ContentService,eZ\Publish\Core\REST\Client $contentService
리턴 eZ\Publish\Core\REST\Client\ContentService

$parserTools 보호되어 있는 프로퍼티

protected ParserTools,eZ\Publish\Core\REST\Common\Input $parserTools
리턴 eZ\Publish\Core\REST\Common\Input\ParserTools