soo_txp_obj API Documentation
soo_util Class Reference
Class for static utility methods. More...
Static Public Member Functions | |
| static | txp_tag ($func, $atts=array(), $thing=null) |
| Build a Txp tag string. | |
| static | secondpass ($func, $atts=array(), $thing=null) |
| Return a Txp tag string, if it's still the first parse() pass. | |
Detailed Description
Class for static utility methods.
Definition at line 1756 of file soo_txp_obj.php.
Member Function Documentation
| static soo_util::secondpass | ( | $ | func, | |
| $ | atts = array(), |
|||
| $ | thing = null | |||
| ) | [static] |
Return a Txp tag string, if it's still the first parse() pass.
Allows placing a tag with dependencies before its associated controller, deferring parsing to the second parse() pass. E.g. placing a pagination tag before its associated article tag.
- Parameters:
-
func Txp tag name (e.g. 'article_custom') atts Tag attributes thing Tag contents
- Returns:
- string Txp tag
Definition at line 1781 of file soo_txp_obj.php.
| static soo_util::txp_tag | ( | $ | func, | |
| $ | atts = array(), |
|||
| $ | thing = null | |||
| ) | [static] |
Build a Txp tag string.
- Parameters:
-
func Txp tag name (e.g. 'article_custom') atts Tag attributes thing Tag contents
- Returns:
- string Txp tag
Definition at line 1764 of file soo_txp_obj.php.
The documentation for this class was generated from the following file:
Generated on Fri Jan 7 2011 14:35:01 for soo_txp_obj by Doxygen 1.7.1








