lots of docs, and some internal changes

This commit is contained in:
Shish
2009-07-21 07:36:12 +01:00
parent 2471a8e2eb
commit 572f84511a
37 changed files with 198 additions and 167 deletions

View File

@@ -7,7 +7,8 @@
* Description: A thing for point & click extension management
*/
class ExtensionInfo { // {{{
/** @private */
class ExtensionInfo {
var $ext_name, $name, $link, $author, $email, $description, $documentation, $version;
function ExtensionInfo($main) {
@@ -66,7 +67,7 @@ class ExtensionInfo { // {{{
private function is_enabled($fname) {
return file_exists("ext/$fname");
}
} // }}}
}
class ExtManager extends SimpleExtension {
public function onPageRequest($event) {