Beispiel #1
0
 /**
  * Construct a new tag parser
  * @return null
  */
 public function __construct()
 {
     parent::__construct(self::NAME);
 }
Beispiel #2
0
 /**
  * Construct a new tag parser
  * @param string $name name of the tag
  * @return null
  */
 public function __construct($name = self::NAME)
 {
     parent::__construct($name);
 }