public function hasValue($params = array()) { $url = $this->get('url'); return parent::hasValue($params) || !empty($url); }