Ejemplo n.º 1
0
 /**
  * Sets the base dir, where PHPRtfLite classes can be found
  * @param string $dir
  */
 public static function setBaseDir($dir)
 {
     self::$_baseDir = $dir;
 }