MDL-16423 - refactor of portfolio_add_button into class for much better usability

currently portfolio_add_button still exists and just acts as a wrapper around the class
so i have not changed any calling code to use the new objects yet.
This commit is contained in:
mjollnir_ 2008-09-10 16:34:08 +00:00
parent 7a8977d5fb
commit ce09fecc99
3 changed files with 226 additions and 121 deletions

View file

@ -78,4 +78,8 @@ class portfolio_caller_exception extends portfolio_exception {}
*/
class portfolio_plugin_exception extends portfolio_exception {}
/**
* exception for interacting with the button class
*/
class portfolio_button_exception extends portfolio_exception {}
?>