Cake\ElasticSearch\Datasource\MappingSchema::fields PHP Method

fields() public method

Will only return the top level fields. Nested object field names will not be included.
public fields ( ) : array
return array
    public function fields()
    {
        return array_keys($this->data);
    }