|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| cssparser ($html=true) | |
| finalize () | |
| Clear () | |
| SetHTML ($html) | |
| Add ($key, $codestr) | |
| Get ($key, $property) | |
| GetSection ($key) | |
| ParseStr ($str) | |
| Parse ($filename) | |
| GetCSS () | |
Definition at line 17 of file cssparser.php.
| Add | ( | $ | key, |
| $ | codestr | ||
| ) |
| Clear | ( | ) |
Definition at line 32 of file cssparser.php.


| finalize | ( | ) |
Definition at line 28 of file cssparser.php.
| Get | ( | $ | key, |
| $ | property | ||
| ) |
Definition at line 137 of file cssparser.php.
| GetCSS | ( | ) |
Definition at line 250 of file cssparser.php.
| GetSection | ( | $ | key | ) |
Definition at line 176 of file cssparser.php.
| Parse | ( | $ | filename | ) |
| ParseStr | ( | $ | str | ) |
Definition at line 215 of file cssparser.php.


| SetHTML | ( | $ | html | ) |
Definition at line 107 of file cssparser.php.