示例#1
0
 public function __construct(IClient &$client)
 {
     parent::__construct();
     $this->_clientControl =& $client;
     $client->addEventListener($this);
 }