Esempio n. 1
0
 /**
  * 一覧を取得
  * @param string $type データーのタイプ
  * @return array
  */
 public static function pages($type = 'wiki')
 {
     return FileFactory::getPages($type);
 }