Esempio n. 1
0
 public static function getid()
 {
     self::$subjectid = self::$subjectid + 1;
     echo self::$subjectid;
 }