Exemplo n.º 1
0
 public function __construct($value, Token $token)
 {
     parent::__construct($token);
     $this->value = $value;
 }
Exemplo n.º 2
0
 public function __construct($ident, Token $token)
 {
     parent::__construct($token);
     $this->ident = $ident;
 }