Esempio n. 1
0
 function __construct(ComponentFactory $c)
 {
     $this->componentFactory = $c;
     $c->accept($this);
 }