コード例 #1
0
ファイル: Application.php プロジェクト: Abhishek627/crux
 public function resetBean()
 {
     self::$bean = null;
     return $this;
 }