Source for file Ethna_Generator.php
Documentation is available at Ethna_Generator.php
// vim: foldmethod=marker
* @author Masaki Fujimoto <fujimoto@php.net>
* @license http://www.opensource.org/licenses/bsd-license.php The BSD License
* @author Masaki Fujimoto <fujimoto@php.net>
* @param string $type 生成する対象
* @param string $app_dir アプリケーションのディレクトリ
* (nullのときはアプリケーションを特定しない)
* @param mixed residue プラグインのgenerate()にそのまま渡す
$plugin_manager =
& $ctl->getPlugin();
$generator =
& $plugin_manager->getPlugin('Generator', $type);
* @param string $type 生成する対象
* @param string $app_dir アプリケーションのディレクトリ
* (nullのときはアプリケーションを特定しない)
* @param mixed residue プラグインのremove()にそのまま渡す
$plugin_manager =
& $ctl->getPlugin();
$generator =
& $plugin_manager->getPlugin('Generator', $type);
Documentation generated on Fri, 11 Nov 2011 03:59:43 +0900 by phpDocumentor 1.4.3