mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
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:
parent
7a8977d5fb
commit
ce09fecc99
3 changed files with 226 additions and 121 deletions
|
@ -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 {}
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue