コード例 #1
0
ファイル: DIContainer1.php プロジェクト: juno/code-snippet
 function __construct(ComponentFactory $c)
 {
     $this->componentFactory = $c;
     $c->accept($this);
 }