Cake\ElasticSearch\Datasource\Connection::schemaCollection PHP Méthode

schemaCollection() public méthode

Returns a SchemaCollection stub until we can add more abstract API's in Connection.
public schemaCollection ( ) : SchemaCollection
Résultat SchemaCollection
    public function schemaCollection()
    {
        return new SchemaCollection($this);
    }