예제 #1
0
파일: gallery.php 프로젝트: krowTM/DTST
 public function __construct()
 {
     parent::__construct();
 }
예제 #2
0
파일: flickr.php 프로젝트: krowTM/DTST
 public function __construct()
 {
     $this->displayEngine = 'DTSTjson';
     parent::__construct();
 }