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
  • inflect.php
  • update model of inflect
    39065804
    Anton Shurashov authored
    2015-04-22 20:39:52 +0300  
    Browse Code ยป
inflect.php 272 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?php
class Flora_Model_Inflect extends Flora_Model
{
    public $original;
    public $inflect1;
    public $inflect2;
    public $inflect3;
    public $inflect4;
    public $inflect5;
    public $inflect6;
    public $toloc;
    public $fromloc;
    public $whereloc;
}