order.php
528 Bytes
<?php
/**
* @property int[] productsID
* @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
*/
class Flora_Validation_Order
{
}