예제 #1
0
 function __construct($location, $tag, $tag_info)
 {
     $this->tag = $tag;
     $this->tag_info = $tag_info;
     parent::__construct($location);
 }
 function __construct($location, $expression)
 {
     parent::__construct($location);
     $this->expression = $expression;
 }
예제 #3
0
 function __construct($location, $text)
 {
     parent::__construct($location);
     $this->contents = $text;
 }