示例#1
0
 public function __construct($value, Token $token)
 {
     parent::__construct($token);
     $this->value = $value;
 }
示例#2
0
 public function __construct($ident, Token $token)
 {
     parent::__construct($token);
     $this->ident = $ident;
 }