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
  • validation
  • user
  • address.php
  • init
    57c0d658
    Anton Shurashov authored
    2013-11-27 09:52:39 +0400  
    Browse Code ยป
address.php 330 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<?php
/**
 * @property int id
 * @property string name
 * @property string phone
 * @property string address
 * @property string email
 * @property int country_id
 * @property string country
 * @property int city_id
 * @property string city
 */
class Flora_Validation_User_Address
{
    public $country_id;
    public $city_id;
}