Base\Base::find PHP Method

find() public method

public find ( string $table ) : base\Collection
$table string
return base\Collection
    function find($table)
    {
        $Collection = new Collection($this, $table);
        return $Collection;
    }