コード例 #1
0
ファイル: Db.php プロジェクト: kstep/pnut
 public static function setVisibility($value = "visible")
 {
     self::$_visibility = $value;
 }