コード例 #1
0
ファイル: RSSFeed.class.php プロジェクト: rhertzog/lcs
 public function setProtectString($protectString)
 {
     if (is_bool($protectString)) {
         self::$_protectString = $protectString;
     }
 }