Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->FLV_FILE_EXTENSION = null;
     $this->NON_FLV_FILE_EXTENSION = null;
     $this->REDUNDANT_EXTENSIONS = array(".flv");
 }
Exemplo n.º 2
0
 function __construct()
 {
     parent::__construct();
     $this->FLV_FILE_EXTENSION = null;
     $this->NON_FLV_FILE_EXTENSION = null;
 }