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


Public Member Functions | |
| __construct ($property) | |
| compare ($obja, $objb) | |
Protected Attributes | |
| $property | |
Definition at line 768 of file textlib.class.php.
| __construct | ( | $ | property | ) |
| string | $property |
Definition at line 776 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 790 of file textlib.class.php.
$property [protected] |
Definition at line 771 of file textlib.class.php.