lithium\data\source\MongoDb::schema PHP Method

schema() public method

Normally used in cases where the query is a raw string (as opposed to a Query object), to database must determine the correct column names from the result resource. Not applicable to this data source.
public schema ( $query, $resource = null, $context = null ) : array
return array
    public function schema($query, $resource = null, $context = null)
    {
        return array();
    }