예제 #1
0
 public static function getInstance()
 {
     if (!self::$instance) {
         self::$instance = new self();
     }
     return self::$instance;
 }
예제 #2
0
파일: Event.php 프로젝트: grlf/eyedock
 /** @return Am_Form_Setup */
 public function getForm($id)
 {
     return $this->setup->getForm($id, false);
 }