_value) && $this->_value !== '0') { return false; } else if (is_array($this->_value)) { $array = array_filter($this->_value); if (empty($array)) { return false; } } return true; } }