Exemple #1
0
 function &create($isNew = true)
 {
     $client = new SmartclientClient();
     if ($isNew) {
         $client->setNew();
     }
     return $client;
 }