53 WCMFException::throwEx(
"postInitialize() must be implemented by derived class: ".get_class($this), __FILE__, __LINE__);
63 WCMFException::throwEx(
"validate() must be implemented by derived class: ".get_class($this), __FILE__, __LINE__);
72 WCMFException::throwEx(
"preExecute() must be implemented by derived class: ".get_class($this), __FILE__, __LINE__);
83 WCMFException::throwEx(
"postExecute() must be implemented by derived class: ".get_class($this), __FILE__, __LINE__);
92 WCMFException::throwEx(
"assignAdditionalViewValues() must be implemented by derived class: ".get_class($this), __FILE__, __LINE__);
assignAdditionalViewValues(&$controller)
postInitialize(&$controller)
ControllerDelegate is used to define an interface to vary the behaviour of the Controller base class...
throwEx($message, $file='', $line='')
postExecute(&$controller, $result)