eZ\Publish\Core\Persistence\Legacy\Tests\Content\LanguageAwareTestCase::getFullTextMapper PHP Méthode

getFullTextMapper() protected méthode

protected getFullTextMapper ( Handler $contentTypeHandler ) : FullTextMapper
$contentTypeHandler eZ\Publish\Core\Persistence\Legacy\Content\Type\Handler
Résultat 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);
    }