phpDataMapper_Query::from PHP Method

from() public method

From
public from ( string $source = null )
$source string Name of the data source to perform a query on
    public function from($source = null)
    {
        $this->source = $source;
        return $this;
    }