Example #1
0
 public function visitSingleton(SingletonBinding $singleton)
 {
     $singleton->getDelegate()->accept($this);
 }