<?phpnamespace Times\EigyoBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;class TimesEigyoBundle extends Bundle{ /** * {@inheritdoc} */ public function boot() { // 14/12/14 sakamoto JinjiKoukaBundleを参考に実装 parent::boot(); // 静的クラスにコンテナ(sf1.4のsf_contextのようなもの)を保持しどこからでも参照可能にする。 Common\TimesStatic::$container = $this->container; } /* public function getParent() { } */}