Cake\ElasticSearch\Datasource\MappingSchema::name PHP 메소드

name() 공개 메소드

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