예제 #1
0
 /**
  * @param array $options
  */
 public static function initGetopt(array $options)
 {
     self::$getopt = self::$context->getopt($options);
 }