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