Ejemplo n.º 1
0
 /**
  * @static
  * @return REST_Client
  */
 public static function instance()
 {
     if (self::$self == NULL) {
         self::$self = new self();
     }
     return self::$self;
 }