コード例 #1
0
ファイル: CustomerOrder.php プロジェクト: saiber/www
 public static function allowEmpty($allow = true)
 {
     self::$isEmptyAllowed = $allow;
 }