예제 #1
0
 /**
  * @return string
  */
 public function Name()
 {
     return htmlentities($this->tag->getName());
 }
예제 #2
0
 /**
  *
  * @return type
  */
 public function Name()
 {
     return $this->tag->getName();
 }