示例#1
0
文件: Db.php 项目: kstep/pnut
 public static function setVisibility($value = "visible")
 {
     self::$_visibility = $value;
 }