예제 #1
0
 /**
  * Configure Titania.
  *
  * @param \phpbb\titania\config\config $config
  * @param string $root_path
  * @param string $php_ext
  */
 public static function configure(\phpbb\titania\config\config $config, $root_path, $php_ext)
 {
     self::$config = $config;
     self::$root_path = $root_path;
     self::$php_ext = $php_ext;
 }