property XMLTag::$tagParents in Asset 6
Same name in this branch
- 6 asset_youtube/xmlparser.class.php \XMLTag::tagParents
- 6 asset_youtube/inc/xmlparser.class.php \XMLTag::tagParents
Same name and namespace in other branches
- 5 asset_youtube/xmlparser.class.php \XMLTag::tagParents
The number of parents this XML object has (number of levels from this tag to the root tag)
Used presently only to set the number of tabs when outputting XML
Type: int
File
- asset_youtube/
inc/ xmlparser.class.php, line 251
Class
- XMLTag
- XML Tag Object (php4)
Code
var $tagParents;