eZ\Publish\Core\REST\Client\Tests\Input\Parser\BadStateExceptionTest::getParser PHP 메소드

getParser() 보호된 메소드

Gets the error message parser.
protected getParser ( ) : ErrorMessage
리턴 eZ\Publish\Core\REST\Client\Input\Parser\ErrorMessage
    protected function getParser()
    {
        return new Parser\ErrorMessage();
    }
BadStateExceptionTest