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
  • count.php
  • updated api
    4928cb9d
    Anton Shurashov authored
    2016-04-19 12:16:46 +0300  
    Browse Code ยป
count.php 232 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13
<?php

class Flora_Model_Inflect_Count extends Flora_Model
{
    public $count;
    public $word;
    public $inflect1;
    public $inflect2;
    public $inflect3;
    public $inflect4;
    public $inflect5;
    public $inflect6;
}