Beispiel #1
0
 /** Sets the LeelabotAdmin object.
  * This function sets the LeelabotAdmin object, which handles all webadmin operations, from page parsing to authentification handling.
  * 
  * \param $obj The LeelabotAadmin object.
  * 
  * \return Nothing.
  */
 public static function setWAObject($obj)
 {
     self::$_WAObject = $obj;
 }