eZ\Publish\Core\REST\Server\Tests\Input\Parser\RoleAssignInputTest::internalGetParser PHP Method

internalGetParser() protected method

Returns the role assign input parser.
protected internalGetParser ( ) : eZ\Publish\Core\REST\Server\Input\Parser\RoleAssignInput
return eZ\Publish\Core\REST\Server\Input\Parser\RoleAssignInput
    protected function internalGetParser()
    {
        return new RoleAssignInput($this->getParserTools());
    }