Catalyst::Model::ShanonConfig - Catalyst::Plugin::ClassConfig 拡張
use base qw(Catalyst::Model::ShanonConfig); sub initialize { my($self,$c) = @_; # do something }
Catalyst::Plugin::ClassConfig で対応できないケース用。 コントローラとビューはこのモジュールのメソッド経由でコンフィグを取得する。
【内部メソッド】 共通初期化メソッド オーバーライド用
【内部メソッド】 クラスコンフィグを取得する オーバーライド用
【内部メソッド】 ビューの名前を取得する オーバーライド用
【内部メソッド】 モデルの名前を取得する オーバーライド用
Mention other useful documentation such as the documentation of related modules or operating system documentation (such as man pages in UNIX), or any relevant external documentation such as RFCs or standards.
If you have a mailing list set up for your module, mention it here.
If you have a web site set up for your module, mention it here.
Jun Shimizu, <shimizu@shanon.co.jp> and Shanon Inc.
Copyright (C) 2006 by Jun Shimizu
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.2 or, at your option, any later version of Perl 5 you may have available.