Merge branch 'MDL-36841_m22' of git://github.com/markn86/moodle into MOODLE_22_STABLE
This commit is contained in:
@@ -455,9 +455,12 @@ class portfolio_format_leap2a_entry {
|
||||
}
|
||||
|
||||
/**
|
||||
* hook function for subclasses to add extra links (like for files)
|
||||
* Hook function for subclasses to add extra links (like for files)
|
||||
*
|
||||
* @param DomDocument $dom feed object
|
||||
* @param DomDocument $entry feed added link
|
||||
*/
|
||||
protected function add_extra_links() {}
|
||||
protected function add_extra_links($dom, $entry) {}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user