Exemplo n.º 1
0
 /**
  * Construct a new tag parser
  * @return null
  */
 public function __construct()
 {
     parent::__construct(self::NAME);
 }
Exemplo n.º 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);
 }