public function __construct($array = null)
 {
     $this->type_list = BookProHelper::get('transport_type', 'array');
     $this->price = new BookproTransport_Price();
     $this->data = array();
     return parent::__construct($array);
 }
Example #2
0
 public function __construct($array = null)
 {
     $this->price = new BookproTour_Price();
     $this->data = array();
     return parent::__construct($array);
 }
Example #3
0
 public function __construct($array = null)
 {
     return parent::__construct($array);
 }