示例#1
0
文件: View.php 项目: albertofem/wiser
 public function __call($name, $arguments)
 {
     $this->wiser->getEnvironment()->callExtension($name, $arguments);
 }
示例#2
0
 public function testCreateInstanceWithEnvironment()
 {
     $wiser = new Wiser(new Environment());
     $this->assertTrue($wiser->getEnvironment() instanceof Environment);
 }