Cake\ElasticSearch\Datasource\MappingSchema::name PHP Méthode

name() public méthode

Get the name of the type for this mapping.
public name ( ) : string
Résultat string
    public function name()
    {
        return $this->name;
    }