addInfo($msg); } function warning($msg) { $this->addWarning($msg); } function error($msg) { $this->addError($msg); } }