eZ\Publish\Core\REST\Server\Tests\Input\Parser\ContentUpdateTest::internalGetParser PHP 메소드

internalGetParser() 보호된 메소드

Returns the ContentUpdate parser.
protected internalGetParser ( ) : ContentUpdate
리턴 eZ\Publish\Core\REST\Server\Input\Parser\ContentUpdate
    protected function internalGetParser()
    {
        return new ContentUpdateParser();
    }