Class for storing and retrieving rewrite rules from the DB.
Located in /system/classes/rewriterules.php (line 6)
ArrayObject | --RewriteRules
Add pre-defined rules to an array of rules only if rules with their names don't already exist
Get a RewriteRule by its name
Return the active rewrite rules, both in the database and applied by plugins
Helper function for sorting rewrite rules by priority.
Required because plugins would insert their rules at the end of the array, which would allow any other rule (including the one that executes by default when no other rules work) to execute first.
Inherited From ArrayObject (Internal Class)
constructor __construct ( $array )
append ( $value )
asort ( )
count ( )
exchangeArray ( $array )
getArrayCopy ( )
getFlags ( )
getIterator ( )
getIteratorClass ( )
ksort ( )
natcasesort ( )
natsort ( )
offsetExists ( $index )
offsetGet ( $index )
offsetSet ( $index, $newval )
offsetUnset ( $index )
setFlags ( $flags )
setIteratorClass ( $iteratorClass )
uasort ( $cmp_function )
uksort ( $cmp_function )
Documentation generated on Thu, 30 Oct 2008 20:31:25 +0100 by phpDocumentor 1.3.2