Example #1
0
 function getClient()
 {
     if (!$this->client) {
         $this->client = Client::lookup($this->getExtId(), $this->getEmail());
     }
     return $this->client;
 }