コード例 #1
0
ファイル: gen.php プロジェクト: nasneg/Gen-Framework-PHP
/**
 * 同一オブジェクトを生成する為のメソッド
 */
function &get_instance()
{
    return Gen::get_instance();
}