예제 #1
0
 public function getTelnet()
 {
     if (!$this->_telnet instanceof Telnet) {
         $this->_telnet = Telnet::create($this);
     }
     return $this->_telnet;
 }