Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Frank Ralf/NanoGong.

User:Frank Ralf/NanoGong: Difference between revisions

From MoodleDocs
Line 22: Line 22:
}
}
</code>
</code>
; Note: The callback function has to be '''outside''' this class definition!


== See also ==
== See also ==

Revision as of 20:22, 22 March 2011

Java settings

Filter

Language folder

Add language folder: \lang\en\filter_nanogong.php with the following content:

$string['filtername'] = 'NanoGong';

Filter function

The filter function is wrapped inside a class:

class filter_nanogong extends moodle_text_filter {

   function filter($text, array $options = array()){
   ...
   }

}

Note
The callback function has to be outside this class definition!

See also

Migrating to Moodle 2.0
Forums
NanoGong documentation