order.php 618 Bytes
<?php
/**
 * @property int[]|string[] productsID
 * @property array products_options
 * @property int time
 * @property int cityID
 * @property string sender_email
 * @property string sender_phone
 * @property string sender_name
 * @property string receiver_phone
 * @property string receiver_name
 * @property string receiver_address
 * @property string receiver_email
 * @property string paysystem_id
 * @property int reason
 * @property string wishes
 * @property boolean photo
 * @property boolean is_sms
 * @property string other
 * @property string receiver_address_book_id
 */
class Flora_Validation_Order
{

}