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
  • user
  • auth.php
  • init
    57c0d658
    Anton Shurashov authored
    2013-11-27 09:52:39 +0400  
    Browse Code ยป
auth.php 198 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
<?php
class Flora_Model_User_Auth extends Flora_Model
{
	public $app_id;
	public $user_id;
	public $auth_key;
	public $ip;
	public $remember;
	public $checkip;
	public $lasttime;
	public $expire;
}