Smile\ElasticsuiteCore\Search\Request\ContainerConfiguration::getMapping PHP Метод

getMapping() публичный Метод

{@inheritDoc}
public getMapping ( )
    public function getMapping()
    {
        $typeName = $this->getTypeName();
        $type = $this->getIndex()->getType($typeName);
        return $type->getMapping();
    }