lithium\data\Source::read PHP Method

read() abstract public method

Abstract. Must be defined by child classes.
abstract public read ( mixed $query, array $options = [] ) : boolean
$query mixed
$options array
return boolean Returns true if the operation was a success, otherwise false.
    public abstract function read($query, array $options = array());