Sign in

Flora Concierge / FloraConcierge PHP ApiClient · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • floraconcierge-php-apiclient
  • flora
  • model
  • geo
  • subcontinent.php
  • updated the model of the subcontinent
    90072374
    Anton Shurashov authored
    2016-01-13 22:57:53 +0300  
    Browse Code ยป
subcontinent.php 140 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8
<?php
class Flora_Model_Geo_Subcontinent extends Flora_Model_ANamed
{
	public $iso;
	public $continent_id;
	public $price;
	public $slug;
}