コード例 #1
0
ファイル: PanelTopCart.php プロジェクト: sieulog/yii2-cart
 public function getModule()
 {
     return Module::getInstance();
 }
コード例 #2
0
 public function testGetInstance()
 {
     $module = Module::getInstance();
     $this->assertInstanceOf(Module::className(), $module);
     $this->assertSame($this->object, $module);
 }