Exemplo n.º 1
0
 /**
  * Set the currently selected client
  *
  * @param \thebuggenie\core\entities\Client $client The client, or null if none
  */
 public static function setCurrentClient($client)
 {
     self::$_selected_client = $client;
 }