~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to lib/XMR/RevertToSchedule.php

  • Committer: Dan Garner
  • Date: 2015-03-26 14:08:33 UTC
  • Revision ID: git-v1:70d14044444f8dc5d602b99890d59dea46d9470c
Moved web servable files to web folder

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
/*
3
 
 * Spring Signage Ltd - http://www.springsignage.com
4
 
 * Copyright (C) 2015 Spring Signage Ltd
5
 
 * (RevertToSchedule.php)
6
 
 */
7
 
 
8
 
 
9
 
namespace Xibo\XMR;
10
 
 
11
 
 
12
 
class RevertToSchedule extends PlayerAction
13
 
{
14
 
    public function getMessage()
15
 
    {
16
 
        $this->action = 'revertToSchedule';
17
 
 
18
 
        return $this->serializeToJson();
19
 
    }
20
 
}
 
 
b'\\ No newline at end of file'