code.php 147 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 <?php class Flora_Model_Shop_Promo_Code extends Flora_Model { public $code; public $discount; public $is_anti_promo; public $other_discount; }