Esempio n. 1
0
File: cap.php Progetto: pr1001/CAP
 /**
  * setScope function.
  * 
  * A simple helper message for setting the current scope (i.e. form). Perhaps in the future this will do more.
  *
  * @static
  * @param string $id
  * @return void
  */
 static function setScope($id)
 {
     self::$scope = $id;
 }