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
  • page.php
  • init
    57c0d658
    Anton Shurashov authored
    2013-11-27 09:52:39 +0400  
    Browse Code ยป
page.php 301 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<?php
class Flora_Model_Page extends Flora_Model
{
    public $application_id;
    public $title;
    public $category;
    public $promo;
    public $content;
    public $published;
    public $order;
    public $slug;
    public $date;
    public $is_file;
    public $file_name;
    public $url;
}