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

internalGetParser() protected method

Gets the ContentObjectStates parser.
protected internalGetParser ( ) : eZ\Publish\Core\REST\Common\Input\Parser\ContentObjectStates;
return eZ\Publish\Core\REST\Common\Input\Parser\ContentObjectStates;
    protected function internalGetParser()
    {
        return new Parser\ContentObjectStates();
    }