コード例 #1
0
ファイル: Helper.php プロジェクト: Sywooch/forums
 public static function checkedOptInOptOutOff($systemOptionId, $visitorOptionsOfTarget)
 {
     $value = bdSocialShare_Helper_Common::getOptInOptOutOffEffectiveValue($systemOptionId, $visitorOptionsOfTarget);
     if (!empty($value)) {
         return ' checked="checked"';
     }
 }