eZ\Publish\Core\REST\Server\Input\Parser\PolicyUpdate::__construct PHP Метод

__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
    public function __construct(RoleService $roleService, ParserTools $parserTools)
    {
        $this->roleService = $roleService;
        $this->parserTools = $parserTools;
    }