Ejemplo n.º 1
0
 /**
  * Write message onto the commandline.
  * Prefix with Plugin's name and
  * @param string $text
  * @deprecated since version 2.7
  */
 protected final function writeConsole($text)
 {
     Console::println('[' . Console::getDatestamp() . '|' . $this->name . '] ' . $text);
 }