Example #1
0
 public function __construct(Client $client)
 {
     parent::__construct($client, 'me');
     $this->_information = new UserInformation($client, 'my');
     $this->_contacts = new UserContact($client, 'contacts');
     $this->_belongs = new UserBelong($client, 'rooms');
 }
Example #2
0
 public function __construct(Client $client)
 {
     parent::__construct($client, 'rooms');
 }