예제 #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);
 }