~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to lib/XMR/ClearStatsAndLogsAction.php

  • Committer: Dan Garner
  • Date: 2016-02-12 10:41:25 UTC
  • mto: (454.4.130)
  • mto: This revision was merged to the branch mainline in revision 484.
  • Revision ID: git-v1:ca673f8ea522eac5f311ed779b0fbfeb35a0e4dd
Handle duration changes in XLF generation. Fixed region option factory.
xibosignage/xibo#721

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) 2017 Spring Signage Ltd
5
 
 * (ClearStatsAndLogsAction.php)
6
 
 */
7
 
 
8
 
 
9
 
namespace Xibo\XMR;
10
 
 
11
 
/**
12
 
 * Class ClearStatsAndLogsAction
13
 
 * @package Xibo\XMR
14
 
 */
15
 
class ClearStatsAndLogsAction extends PlayerAction
16
 
{
17
 
    public function getMessage()
18
 
    {
19
 
        $this->action = 'clearStatsAndLogs';
20
 
 
21
 
        return $this->serializeToJson();
22
 
    }
23
 
}
 
 
b'\\ No newline at end of file'