sfPropelRoute represents a route that is bound to a Propel class.
Method Summary
convertObjectToArray , doConvertObjectToArray , filterParameters , generate , getObject , getObjectForParameters , getObjects , getObjectsForParameters , getRealVariables , matchesParameters , __construct
generate , matchesParameters , matchesUrl , __construct
Methods inherited from sfRoute
bind , compile , compileForSeparator , compileForText , compileForVariable , fixDefaults , fixRequirements , fixSuffix , generate , generateStarParameter , generateWithTokens , getDefaultOptions , getDefaultParameters , getDefaults , getOptions , getPattern , getRegex , getRequirements , getTokens , getVariables , hasStarParameter , initializeOptions , isBound , matchesParameters , matchesUrl , mergeArrays , parseStarParameter , postCompile , preCompile , serialize , setDefaultOptions , setDefaultParameters , tokenize , tokenizeBufferAfter , tokenizeBufferBefore , unserialize , __construct
Method Details
-
doConvertObjectToArray ($object)
Browse code
-
getObjectForParameters ($parameters)
Browse code
-
getObjectsForParameters ($parameters)
Browse code
-
setListCriteria ($criteria)
Browse code
-
__construct ($pattern, $defaults = array(), $requirements = array(), $options = array())
Browse code
| $pattern |
The pattern to match
|
| $defaults |
An array of default parameter values
|
| $requirements |
An array of requirements for parameters (regexes)
|
| $options |
An array of options
|
Constructor.
|