示例#1
0
 /**
  * 	method:	pop
  *
  * 	todo: write documentation
  */
 public static function pop()
 {
     self::$current = self::$push;
 }