예제 #1
0
파일: Renderer.php 프로젝트: janpoem/kephp
 public function __construct()
 {
     $this->web = Web::getWeb();
     $this->context = $this->web->getContext();
 }