コード例 #1
0
ファイル: Circuit.php プロジェクト: ashleyhindle/advent2015
 public function addWire(Wire $wire)
 {
     $this->wires[$wire->getIdentifier()] = $wire;
     return true;
 }