예제 #1
0
파일: Video.php 프로젝트: NicolasSchmutz/cm
 /**
  * @return CM_Stream_Video
  */
 public static function getInstance()
 {
     if (!self::$_instance) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }