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
  • shop
  • paysystem.php
  • init
    57c0d658
    Anton Shurashov authored
    2013-11-27 09:52:39 +0400  
    Browse Code ยป
paysystem.php 158 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9
<?php
class Flora_Model_Shop_PaySystem extends Flora_Model
{
    public $name;
    public $text;
    public $imageurl;
    public $order;
    public $slug;
}