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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$parserTools eZ\Publish\Core\REST\Common\Input\ParserTools
$roleService eZ\Publish\API\Repository\RoleService Role service.

공개 메소드들

메소드 설명
__construct ( eZ\Publish\API\Repository\RoleService $roleService, ParserTools $parserTools ) Construct.
parse ( array $data, ParsingDispatcher $parsingDispatcher ) : eZ\Publish\API\Repository\Values\User\RoleCreateStruct Parse input structure.

메소드 상세

__construct() 공개 메소드

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

parse() 공개 메소드

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

프로퍼티 상세

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

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

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

Role service.
protected RoleService,eZ\Publish\API\Repository $roleService
리턴 eZ\Publish\API\Repository\RoleService