コード例 #1
0
 public function __construct($title = '', $icon = '')
 {
     parent::__construct($title, $icon);
     if (!self::$ready) {
         self::$ready = true;
         DebugConsoleRenderer::renderStyles();
         echo "<style>body { font-family: sans-serif }</style>";
     }
 }
コード例 #2
0
 function __construct($title = 'Request', $icon = '')
 {
     parent::__construct($title, $icon);
 }