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

internalGetParser() 보호된 메소드

Returns the LocationCreateStruct parser.
protected internalGetParser ( ) : LocationCreate
리턴 eZ\Publish\Core\REST\Server\Input\Parser\LocationCreate
    protected function internalGetParser()
    {
        return new LocationCreate($this->getLocationServiceMock(), $this->getParserTools());
    }