eZ\Publish\Core\Persistence\Legacy\Tests\Content\LanguageAwareTestCase::getFullTextMapper PHP 메소드

getFullTextMapper() 보호된 메소드

protected getFullTextMapper ( Handler $contentTypeHandler ) : FullTextMapper
$contentTypeHandler eZ\Publish\Core\Persistence\Legacy\Content\Type\Handler
리턴 eZ\Publish\Core\Search\Legacy\Content\Mapper\FullTextMapper
    protected function getFullTextMapper(Persistence\Legacy\Content\Type\Handler $contentTypeHandler)
    {
        return new FullTextMapper($this->getMock('\\eZ\\Publish\\Core\\Search\\Common\\FieldRegistry'), $contentTypeHandler);
    }