~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to lib/Entity/Setting.php

  • Committer: Dan Garner
  • Date: 2015-08-03 13:19:52 UTC
  • mto: This revision was merged to the branch mainline in revision 447.
  • Revision ID: git-v1:51aff4ced58edafab2631842d7de83086daa6e8d
Document Models with Swagger

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
use Xibo\Storage\PDOConnect;
13
13
 
 
14
/**
 
15
 * Class Setting
 
16
 * @package Xibo\Entity
 
17
 */
14
18
class Setting
15
19
{
16
20
    use EntityTrait;