OSDN Git Service

* ファイル名修正にあわせて,コメントを修正
authorsotarok <sotarok@2ef88817-412d-0410-a32c-8029a115e976>
Sat, 11 Apr 2009 16:52:15 +0000 (16:52 +0000)
committersotarok <sotarok@2ef88817-412d-0410-a32c-8029a115e976>
Sat, 11 Apr 2009 16:52:15 +0000 (16:52 +0000)
59 files changed:
Idea_Plugin_Extlib/class/Plugin/Cachemanager.php
Idea_Plugin_Extlib/class/Plugin/Cachemanager/Localfile.php
Idea_Plugin_Extlib/class/Plugin/Cachemanager/Memcache.php
Idea_Plugin_Extlib/class/Plugin/Csrf.php
Idea_Plugin_Extlib/class/Plugin/Csrf/Session.php
Idea_Plugin_Extlib/class/Plugin/Filter.php
Idea_Plugin_Extlib/class/Plugin/Generator.php
Idea_Plugin_Extlib/class/Plugin/Generator/Action.php
Idea_Plugin_Extlib/class/Plugin/Generator/ActionTest.php
Idea_Plugin_Extlib/class/Plugin/Generator/AppManager.php
Idea_Plugin_Extlib/class/Plugin/Generator/AppObject.php
Idea_Plugin_Extlib/class/Plugin/Generator/EntryPoint.php
Idea_Plugin_Extlib/class/Plugin/Generator/I18n.php
Idea_Plugin_Extlib/class/Plugin/Generator/Plugin.php
Idea_Plugin_Extlib/class/Plugin/Generator/Project.php
Idea_Plugin_Extlib/class/Plugin/Generator/Template.php
Idea_Plugin_Extlib/class/Plugin/Generator/View.php
Idea_Plugin_Extlib/class/Plugin/Generator/ViewTest.php
Idea_Plugin_Extlib/class/Plugin/Handle.php
Idea_Plugin_Extlib/class/Plugin/Handle/AddAction.php
Idea_Plugin_Extlib/class/Plugin/Handle/AddActionTest.php
Idea_Plugin_Extlib/class/Plugin/Handle/AddAppManager.php
Idea_Plugin_Extlib/class/Plugin/Handle/AddAppObject.php
Idea_Plugin_Extlib/class/Plugin/Handle/AddEntryPoint.php
Idea_Plugin_Extlib/class/Plugin/Handle/AddProject.php
Idea_Plugin_Extlib/class/Plugin/Handle/AddTemplate.php
Idea_Plugin_Extlib/class/Plugin/Handle/AddView.php
Idea_Plugin_Extlib/class/Plugin/Handle/AddViewTest.php
Idea_Plugin_Extlib/class/Plugin/Handle/ChannelUpdate.php
Idea_Plugin_Extlib/class/Plugin/Handle/ClearCache.php
Idea_Plugin_Extlib/class/Plugin/Handle/I18n.php
Idea_Plugin_Extlib/class/Plugin/Handle/InfoPlugin.php
Idea_Plugin_Extlib/class/Plugin/Handle/InstallPlugin.php
Idea_Plugin_Extlib/class/Plugin/Handle/ListPlugin.php
Idea_Plugin_Extlib/class/Plugin/Handle/MakePluginPackage.php
Idea_Plugin_Extlib/class/Plugin/Handle/PearLocal.php
Idea_Plugin_Extlib/class/Plugin/Handle/UninstallPlugin.php
Idea_Plugin_Extlib/class/Plugin/Handle/UpgradePlugin.php
Idea_Plugin_Extlib/class/Plugin/Logwriter.php
Idea_Plugin_Extlib/class/Plugin/Logwriter/Alertmail.php [moved from Idea_Plugin_Extlib/class/Plugin/Logwriter/Ethna_Plugin_Logwriter_Alertmail.php with 98% similarity]
Idea_Plugin_Extlib/class/Plugin/Logwriter/Default.php [moved from Idea_Plugin_Extlib/class/Plugin/Logwriter/Ethna_Plugin_Logwriter_Default.php with 92% similarity]
Idea_Plugin_Extlib/class/Plugin/Logwriter/Echo.php [moved from Idea_Plugin_Extlib/class/Plugin/Logwriter/Ethna_Plugin_Logwriter_Echo.php with 98% similarity]
Idea_Plugin_Extlib/class/Plugin/Logwriter/File.php [moved from Idea_Plugin_Extlib/class/Plugin/Logwriter/Ethna_Plugin_Logwriter_File.php with 97% similarity]
Idea_Plugin_Extlib/class/Plugin/Logwriter/Syslog.php [moved from Idea_Plugin_Extlib/class/Plugin/Logwriter/Ethna_Plugin_Logwriter_Syslog.php with 98% similarity]
Idea_Plugin_Extlib/class/Plugin/Urlhandler.php
Idea_Plugin_Extlib/class/Plugin/Validator.php
Idea_Plugin_Extlib/class/Plugin/Validator/Custom.php
Idea_Plugin_Extlib/class/Plugin/Validator/File.php
Idea_Plugin_Extlib/class/Plugin/Validator/Max.php
Idea_Plugin_Extlib/class/Plugin/Validator/Mbstrmax.php
Idea_Plugin_Extlib/class/Plugin/Validator/Mbstrmin.php
Idea_Plugin_Extlib/class/Plugin/Validator/Min.php
Idea_Plugin_Extlib/class/Plugin/Validator/Regexp.php
Idea_Plugin_Extlib/class/Plugin/Validator/Required.php
Idea_Plugin_Extlib/class/Plugin/Validator/Strmax.php
Idea_Plugin_Extlib/class/Plugin/Validator/Strmaxcompat.php
Idea_Plugin_Extlib/class/Plugin/Validator/Strmin.php
Idea_Plugin_Extlib/class/Plugin/Validator/Strmincompat.php
Idea_Plugin_Extlib/class/Plugin/Validator/Type.php

index 1d86bbd..18503a7 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker tabstop=4 shiftwidth=4 autoindent
 /**
- *  Ethna_Plugin_Cachemanager.php
+ *  Cachemanager.php
  *
  *  @author     Masaki Fujimoto <fujimoto@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
@@ -32,7 +32,7 @@ class Ethna_Plugin_Cachemanager
     /**#@-*/
 
     /**
-     *  Ethna_Plugin_Cachemanagerクラスのコンストラクタ
+     *  Cachemanagerクラスのコンストラクタ
      *
      *  @access public
      */
index baf0427..e467d28 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker tabstop=4 shiftwidth=4 autoindent
 /**
- *  Ethna_Plugin_Cachemanager_Localfile.php
+ *  Localfile.php
  *
  *  @author     Masaki Fujimoto <fujimoto@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 0620530..5979b30 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker tabstop=4 shiftwidth=4 autoindent
 /**
- *  Ethna_Plugin_Cachemanager_Memcache.php
+ *  Memcache.php
  *
  *  - Point Cutしたいと思った!
  *  - キャッシュキーには250文字までしか使用できないので注意して下さい
@@ -33,7 +33,7 @@ class Ethna_Plugin_Cachemanager_Memcache extends Ethna_Plugin_Cachemanager
     /**#@-*/
 
     /**
-     *  Ethna_Plugin_Cachemanager_Memcacheクラスのコンストラクタ
+     *  Memcacheクラスのコンストラクタ
      *
      *  @access public
      */
index 2cbcba3..a454073 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Csrf.php
+ *  Csrf.php
  *
  *  @author     Keita Arai <cocoiti@comio.info>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
@@ -43,7 +43,7 @@ class Ethna_Plugin_Csrf
 
 
     /**
-     *  Ethna_Plugin_Csrfのコンストラクタ
+     *  Csrfのコンストラクタ
      *
      *  @access public
      *  @param  object  Ethna_Controller    &$controller    コントローラオブジェクト
index 93bfd51..d8071d6 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Csrf_Session.php
+ *  Session.php
  *
  *  @author     Keita Arai <cocoiti@comio.info>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 2fa74a5..091880d 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Filter.php
+ *  Filter.php
  *
  *  @author     Kazuhiro Hosoi <hosoi@gree.co.jp>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
@@ -45,7 +45,7 @@ class Ethna_Plugin_Filter
 
 
     /**
-     *  Ethna_Plugin_Filterのコンストラクタ
+     *  Filterのコンストラクタ
      *
      *  @access public
      *  @param  object  Ethna_Controller    &$controller    コントローラオブジェクト
index 766ada9..b7627e7 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Generator.php
+ *  Generator.php
  *
  *  @author     Masaki Fujimoto <fujimoto@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 568c2a7..325bc0e 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Generator_Action.php
+ *  Action.php
  *
  *  @author     Masaki Fujimoto <fujimoto@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 4813c45..32014ee 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Generator_ActionTest.php
+ *  ActionTest.php
  *
  *  @author     Masaki Fujimoto <fujimoto@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index bb5ac85..4481ba1 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Generator_AppManager.php
+ *  AppManager.php
  *
  *  @author     Masaki Fujimoto <fujimoto@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 3bb15d1..a4c7898 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Generator_AppObject.php
+ *  AppObject.php
  *
  *  @author     Masaki Fujimoto <fujimoto@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index a9be4ff..12f5d44 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Generator_EntryPoint.php
+ *  EntryPoint.php
  *
  *  @author     ICHII Takashi <ichii386@schweetheart.jp>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 4316955..8e3e1b9 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Generator_I18n.php
+ *  I18n.php
  *
  *  @author     Yoshinari Takaoka <takaoka@beatcraft.com> 
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 2ef8962..78b4b7c 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Generator_Plugin.php
+ *  Plugin.php
  *
  *  @author     Masaki Fujimoto <fujimoto@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index f0f02b8..3a3b738 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Generator_Project.php
+ *  Project.php
  *
  *  @author     Masaki Fujimoto <fujimoto@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 0e80cf0..98d9532 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Generator_Template.php
+ *  Template.php
  *
  *  @author     Masaki Fujimoto <fujimoto@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index c29e6d7..c47cda9 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Generator_View.php
+ *  View.php
  *
  *  @author     Masaki Fujimoto <fujimoto@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index a306069..56ba4f6 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Generator_ViewTest.php
+ *  ViewTest.php
  *
  *  @author     Masaki Fujimoto <fujimoto@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 7595710..8ae8648 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Handle.php
+ *  Handle.php
  *
  *  @author     Masaki Fujimoto <fujimoto@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 497b922..5562a6b 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Handle_AddAction.php
+ *  AddAction.php
  *
  *  @author     Masaki Fujimoto <fujimoto@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 14eaec1..109c338 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- *  Ethna_Plugin_Handle_AddActionTest.php
+ *  AddActionTest.php
  *
  *  @author     halt feits <halt.feits@gmail.com>
  *  @package    Ethna
index 55fe5ec..93066c7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- *  Ethna_Plugin_Handle_AddAppManager.php
+ *  AddAppManager.php
  *
  *  @author     nozzzzz <nozzzzz@gmail.com>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 2236de9..05e49a0 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Handle_AddAppObject.php
+ *  AddAppObject.php
  *
  *  @author     Masaki Fujimoto <fujimoto@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index a51509b..4bc6fac 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Handle_AddEntryPoint.php
+ *  AddEntryPoint.php
  *
  *  @author     ICHII Takashi <ichii386@schweetheart.jp>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index c895f0b..a0f1191 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Handle_AddProject.php
+ *  AddProject.php
  *
  *  @author     Masaki Fujimoto <fujimoto@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 9cd1c86..e0fcbfd 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Handle_AddTemplate.php
+ *  AddTemplate.php
  *
  *  @author     nnno <nnno@nnno.jp> 
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index b759da8..7acf519 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Handle_AddView.php
+ *  AddView.php
  *
  *  @author     Masaki Fujimoto <fujimoto@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 6ddb7cd..6b33698 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- *  Ethna_Plugin_Handle_AddViewTest.php
+ *  AddViewTest.php
  *
  *  @author     halt feits <halt.feits@gmail.com>
  *  @package    Ethna
index a0dc044..ef96f35 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Handle_ChannelUpdate.php
+ *  ChannelUpdate.php
  *
  *  @author     ICHII Takashi <ichii386@schweetheart.jp>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index f79caa8..f8982e7 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Handle_ClearCache.php
+ *  ClearCache.php
  *
  *  @author     ICHII Takashi <ichii386@schweetheart.jp>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 317356a..91e3b2e 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Handle_I18n.php
+ *  I18n.php
  *
  *  @author     Yoshinari Takaoka <takaoka@beatcraft.com> 
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 59be104..7d494ea 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Handle_InfoPlugin.php
+ *  InfoPlugin.php
  *
  *  @author     ICHII Takashi <ichii386@schweetheart.jp>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 6d2cb6f..f295f16 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Handle_InstallPlugin.php
+ *  InstallPlugin.php
  *
  *  @author     ICHII Takashi <ichii386@schweetheart.jp>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 8e44244..bf2db87 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Handle_ListPlugin.php
+ *  ListPlugin.php
  *
  *  @author     ICHII Takashi <ichii386@schweetheart.jp>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 8c4eb97..5c4f12b 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Handle_MakePluginPackage.php
+ *  MakePluginPackage.php
  *
  *  please go to http://ethna.jp/ethna-document-dev_guide-pearchannel.html
  *  for more info.
index 25cfc3a..7f7ed37 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Handle_PearLocal.php
+ *  PearLocal.php
  *
  *  @author     Yoshinari Takaoka <takaoka@beatcraft.com>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 4a392ac..079a89f 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Handle_UninstallPlugin.php
+ *  UninstallPlugin.php
  *
  *  @author     ICHII Takashi <ichii386@schweetheart.jp>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index ab1ad73..6b326b8 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Handle_UpgradePlugin.php
+ *  UpgradePlugin.php
  *
  *  @author     ICHII Takashi <ichii386@schweetheart.jp>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 8ebb9d3..19c0a32 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Logwriter.php
+ *  Logwriter.php
  *
  *  @author     Masaki Fujimoto <fujimoto@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
@@ -50,7 +50,7 @@ class Ethna_Plugin_Logwriter
     /**#@-*/
 
     /**
-     *  Ethna_Plugin_Logwriterクラスのコンストラクタ
+     *  Logwriterクラスのコンストラクタ
      *
      *  @access public
      *  @param  string  $log_ident      ログアイデンティティ文字列(プロセス名等)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Logwriter_Alertmail.php
+ *  Alertmail.php
  *
  *  @author     ICHII Takashi <ichii386@schweetheart.jp>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Logwriter_Default.php
+ *  Default.php
  *
  *  @author     Masaki Fujimoto <fujimoto@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Logwriter_Echo.php
+ *  Echo.php
  *
  *  @author     Masaki Fujimoto <fujimoto@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Logwriter_File.php
+ *  File.php
  *
  *  @author     Masaki Fujimoto <fujimoto@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
@@ -32,7 +32,7 @@ class Ethna_Plugin_Logwriter_File extends Ethna_Plugin_Logwriter
     /**#@-*/
 
     /**
-     *  Ethna_Plugin_Logwriter_Fileクラスのコンストラクタ
+     *  Fileクラスのコンストラクタ
      *
      *  @access public
      */
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Logwriter_Syslog.php
+ *  Syslog.php
  *
  *  @author     Masaki Fujimoto <fujimoto@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index b46396e..e798a8b 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker tabstop=4 shiftwidth=4 autoindent
 /**
- *  Ethna_Plugin_Urlhandler.php
+ *  Urlhandler.php
  *
  *  @author     Masaki Fujimoto <fujimoto@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
@@ -32,7 +32,7 @@ class Ethna_Plugin_Urlhandler
     /**#@-*/
 
     /**
-     *  Ethna_Plugin_Urlhandlerクラスのコンストラクタ
+     *  Urlhandlerクラスのコンストラクタ
      *
      *  @access public
      *  @param  object  Ethna_Controller    $controller コントローラオブジェクト
index 34d43da..23389f3 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Validator.php
+ *  Validator.php
  *
  *  @author     ICHII Takashi <ichii386@schweetheart.jp>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 696c17f..93e21de 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Validator_Custom.php
+ *  Custom.php
  *
  *  @author     ICHII Takashi <ichii386@schweetheart.jp>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index e09cb36..cc02964 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Validator_File.php
+ *  File.php
  *
  *  @author     ICHII Takashi <ichii386@schweetheart.jp>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index b69e513..bf2eee6 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Validator_Max.php
+ *  Max.php
  *
  *  @author     ICHII Takashi <ichii386@schweetheart.jp>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index f584ea5..f149ca4 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Validator_Mbstrmax.php
+ *  Mbstrmax.php
  *
  *  @author     Yoshinari Takaoka <takaoka@beatcraft.com>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index b5bb703..d91c8f0 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Validator_Mbstrmin.php
+ *  Mbstrmin.php
  *
  *  @author     Yoshinari Takaoka <takaoka@beatcraft.com>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 2cf94db..2ad81c2 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Validator_Min.php
+ *  Min.php
  *
  *  @author     ICHII Takashi <ichii386@schweetheart.jp>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 6409d94..630b19d 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Validator_Regexp.php
+ *  Regexp.php
  *
  *  @author     ICHII Takashi <ichii386@schweetheart.jp>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index f6ab5eb..b7f1a75 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Validator_Required.php
+ *  Required.php
  *
  *  @author     ICHII Takashi <ichii386@schweetheart.jp>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index f1fad55..53f4036 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Validator_Strmax.php
+ *  Strmax.php
  *
  *  @author     Yoshinari Takaoka <takaoka@beatcraft.com>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 4de0096..d255c08 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Validator_Strmaxcompat.php
+ *  Strmaxcompat.php
  *
  *  @author     Yoshinari Takaoka <takaoka@beatcraft.com>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 132c4da..782c680 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Validator_Strmin.php
+ *  Strmin.php
  *
  *  @author     Yoshinari Takaoka <takaoka@beatcraft.com>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 49c4122..20ffb88 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Validator_Strmincompat.php
+ *  Strmincompat.php
  *
  *  @author     Yoshinari Takaoka <takaoka@beatcraft.com>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
index 349d881..522ed07 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: foldmethod=marker
 /**
- *  Ethna_Plugin_Validator_Type.php
+ *  Type.php
  *
  *  @author     ICHII Takashi <ichii386@schweetheart.jp>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License