|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($method) | |
| compare ($obja, $objb) | |
Protected Attributes | |
| $method | |
Definition at line 805 of file textlib.class.php.
| __construct | ( | $ | method | ) |
| string | $method | The method to call against each object |
Definition at line 813 of file textlib.class.php.
| compare | ( | $ | obja, |
| $ | objb | ||
| ) |
Returns: 1 if str1 is greater than str2 0 if str1 is equal to str2 -1 if str1 is less than str2
| mixed | $obja | The first object to compare |
| mixed | $objb | The second object to compare |
Reimplemented from collatorlib_comparison.
Definition at line 827 of file textlib.class.php.
$method [protected] |
Definition at line 808 of file textlib.class.php.