コード例 #1
0
 public static function getSection()
 {
     if (!self::$_path) {
         self::load();
     }
     if (!self::$_sectionRefer) {
         self::$_sectionRefer = self::_getRefer(self::$_section);
     }
     return self::$_sectionRefer;
 }