lithium\tests\mocks\data\model\MockDatabase::schema PHP Method

schema() public method

public schema ( $query, $resource = null, $context = null )
    public function schema($query, $resource = null, $context = null)
    {
        if (isset($this->return['schema'])) {
            return $this->return['schema'];
        }
        return parent::schema($query, $resource = null, $context = null);
    }