lithium\data\Source::sources PHP Method

sources() abstract public method

Returns a list of objects (sources) that models can bind to, i.e. a list of tables in the case of a database, or REST collections, in the case of a web service.
abstract public sources ( string $class = null ) : array
$class string The fully-name-spaced class name of the object making the request.
return array Returns an array of objects to which models can connect.
    public abstract function sources($class = null);