property XMLTag::$tagData in Asset 5
Same name and namespace in other branches
- 6 asset_youtube/xmlparser.class.php \XMLTag::tagData
- 6 asset_youtube/inc/xmlparser.class.php \XMLTag::tagData
The data the tag contains
So, if the tag doesn't contain child tags, and just contains a string, it would go here
Type: string
File
- asset_youtube/
xmlparser.class.php, line 235
Class
- XMLTag
- XML Tag Object (php4)
Code
var $tagData;