示例#1
0
/**
 * 同一オブジェクトを生成する為のメソッド
 */
function &get_instance()
{
    return Gen::get_instance();
}