コード例 #1
0
ファイル: Engine.php プロジェクト: rockiebond/Cube
 public function __construct()
 {
     $this->ruler = Ruler::getInstance();
 }
コード例 #2
0
ファイル: EngineTest.php プロジェクト: rockiebond/Cube
 public function setup()
 {
     $this->ruler = Ruler::getInstance();
     $this->context = Context::getInstance();
 }