Searched refs:tagPath (Results 1 – 1 of 1) sorted by relevance
136 function getBranches($tagPath = "", $tagName = "", $attrName = "", $attrValue = "") { argument138 if($tagPath == "")139 $tagPath = $this->tag->getTagName();140 $tags = explode($this->pathSeparator, $tagPath);179 function getLeafs($tagPath = "") { argument181 if($tagPath == "")182 $tagPath = $this->tag->getTagName();183 $tags = explode($this->pathSeparator, $tagPath);219 function getTagAttribute($attributeName, $tagPath = "") { argument220 if($tagPath == "")[all …]