Example #1
0
 /**
  * Listens to command-lines.
  * Echos any resulting message.
  * Static constructor.
  * @since 1.0.0
  *
  * @return Listener
  */
 public static function listen()
 {
     $listener = new self();
     $listener->interpret();
     return $listener;
 }