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

internalGetParser() protected method

Returns the session input parser.
protected internalGetParser ( ) : SessionInput
return eZ\Publish\Core\REST\Server\Input\Parser\SessionInput
    protected function internalGetParser()
    {
        return new SessionInput();
    }