PHP Class eZ\Publish\Core\REST\Server\Input\Parser\RoleInput

Inheritance: extends eZ\Publish\Core\REST\Common\Input\BaseParser
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Protected Properties

Свойство Type Description
$parserTools eZ\Publish\Core\REST\Common\Input\ParserTools
$roleService eZ\Publish\API\Repository\RoleService Role service.

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

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() public méthode

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
Résultat eZ\Publish\API\Repository\Values\User\RoleCreateStruct

Property Details

$parserTools protected_oe property

protected ParserTools,eZ\Publish\Core\REST\Common\Input $parserTools
Résultat eZ\Publish\Core\REST\Common\Input\ParserTools

$roleService protected_oe property

Role service.
protected RoleService,eZ\Publish\API\Repository $roleService
Résultat eZ\Publish\API\Repository\RoleService