예제 #1
0
 /**
  * Must be called without or with both parameters
  */
 public function url_sessions($sessionid = null, $action = null)
 {
     return url_helpers::url_sessions($this->att, $sessionid, $action);
 }
예제 #2
0
 /**
  * Must be called without or with both parameters
  */
 public function url_sessions($sessionid = NULL, $action = NULL)
 {
     return url_helpers::url_sessions($this->att, $sessionid, $action);
 }