예제 #1
0
파일: SSH.php 프로젝트: jasny/Q
 /**
  * Get information about the RPC client.
  *
  * @param boolean|string $command  Include command 
  * @return string
  */
 public function about($command = true)
 {
     if ($command === true) {
         $command = $this->command;
     }
     return parent::about($command);
 }