コード例 #1
0
 public function __construct()
 {
     $this->url = URL::getInstance();
     $this->template = Template::getInstance();
     $this->request = Request::getInstance();
     $this->values = Values::getInstance();
 }