Nexista_PathBuilderThis class Nexista_provides functionality to create strings that will resolve
into functional paths/value at runtime. This is the same process as the Path class, however it does not evaluate the expression but rather returns a string that is inserted in the compiled files that will resolved at runtime. See Path class Nexista_for information on protocols handled.
Located in /kernel/pathbuilder.php (line 48)
array
$joins
= array(String concatenation style for inline flow elements
When a path containes an inline flow expression such as: "http://path{inline/flow}/here" the final rendering must join a string with the resolved flow expression: "http://path".Flow::getVar('inline/flow')."/here" The quote style depends on the calling expression so it must be determined when calling the Resolver::get function for applicable situtations.
get (line 78)
Returns a string based on given protocol://path
parseInlineFlow (line 251)
Resolves inline flow vars.
This method will look for curly bracketed values in a string and return a flow expression.
transformPath (line 192)
Transforms a slash path into an associative array string
This method accepts a path such as /this/is/it and will return an array string (i.e. ['this']['is']['it']) for later evaluation.
Documentation generated on Tue, 11 Mar 2008 23:23:09 -0400 for Nexista 0.2.0