예제 #1
0
 public function __construct(Token $token, Block $block)
 {
     parent::__construct($token);
     $this->block = $block;
 }
예제 #2
0
 public function __construct(Token $token, Group $group)
 {
     parent::__construct($token);
     $this->group = $group;
 }