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

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

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