コード例 #1
0
ファイル: Debugger.php プロジェクト: riskatlas/micka
 /** @deprecated */
 public static function addPanel(IBarPanel $panel, $id = NULL)
 {
     return self::$bar->addPanel($panel, $id);
 }