value) || ctype_digit($this->value)) { $this->query->eq(Task::TABLE.'.column_id', $this->value); } else { $this->query->eq(Column::TABLE.'.title', $this->value); } return $this; } }