Ejemplo n.º 1
0
 /**
  * Constructs the class and sets the temporary directory.
  *
  * @access private
  * @param string $tmp_directory A full absolute path to you temporary directory
  */
 function __construct($tmp_directory = '/tmp/')
 {
     $this->_tmp_directory = $tmp_directory;
     PHPVideoToolkit::$_static = false;
 }