NukeViet\Core\Database::from PHP Метод

from() публичный Метод

from for the query.
public from ( string $from = '' ) : Database
$from string
Результат Database $this
    public function from($from = '')
    {
        $this->_from = $from;
        return $this;
    }