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
* @version $Id: Ethna_Generator.php 411 2006-11-17 02:32:32Z ichii386 $
* @author Masaki Fujimoto <fujimoto@php.net>
* @param string $type 生成する対象
* @param string $app_dir アプリケーションのディレクトリ
* (nullのときはアプリケーションを特定しない)
* @param mixed residue プラグインのgenerate()にそのまま渡す
if (Ethna::isError($ctl)) {
$plugin_manager =
& $ctl->getPlugin();
if (Ethna::isError($plugin_manager)) {
$generator =
& $plugin_manager->getPlugin('Generator', $type);
if (Ethna::isError($generator)) {
* @param string $type 生成する対象
* @param string $app_dir アプリケーションのディレクトリ
* (nullのときはアプリケーションを特定しない)
* @param mixed residue プラグインのremove()にそのまま渡す
if (Ethna::isError($ctl)) {
$plugin_manager =
& $ctl->getPlugin();
if (Ethna::isError($plugin_manager)) {
$generator =
& $plugin_manager->getPlugin('Generator', $type);
if (Ethna::isError($generator)) {
Documentation generated on Thu, 08 May 2008 00:14:50 +0900 by phpDocumentor 1.4.2