_errors; } function isValid() { return empty($this->_errors); } function notify(&$event) { $this->_errors[] = &$event; } function run() { assert(FALSE); } } ?>