PHP 클래스 eZ\Publish\Core\REST\Server\Input\Parser\LocationCreate

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

보호된 프로퍼티들

프로퍼티 타입 설명
$locationService eZ\Publish\API\Repository\LocationService Location service.
$parserTools eZ\Publish\Core\REST\Common\Input\ParserTools Parser tools.

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

Construct.
public __construct ( eZ\Publish\API\Repository\LocationService $locationService, ParserTools $parserTools )
$locationService eZ\Publish\API\Repository\LocationService
$parserTools eZ\Publish\Core\REST\Common\Input\ParserTools

parse() 공개 메소드

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

프로퍼티 상세

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

Location service.
protected LocationService,eZ\Publish\API\Repository $locationService
리턴 eZ\Publish\API\Repository\LocationService

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

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