コード例 #1
0
ファイル: component.php プロジェクト: LupusMichaelis/horn
 public function __construct(h\configuration $configuration, base $next = null)
 {
     $this->_configuration = $configuration;
     parent::__construct($next);
 }
コード例 #2
0
ファイル: configuration.php プロジェクト: LupusMichaelis/horn
 public function __construct(h\collection $payload, h\composed_configuration $next = null)
 {
     $this->_payload = clone $payload;
     parent::__construct($next);
 }