Socieboy\Forum\Entities\Libs\BaseRepo::where PHP Method

where() public method

public where ( $column, $operator = null, $value = null )
    public function where($column, $operator = null, $value = null)
    {
        return $this->model->where($column, $operator, $value);
    }