PHP Class GenerateWorklistsCommand
(C) OpenEyes Foundation, 2016
This file is part of OpenEyes.
OpenEyes is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
OpenEyes is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with OpenEyes in a file titled COPYING. If not, see
.
Mostrar archivo
Open project: openeyes/openeyes
Public Properties
Protected Properties
Public Methods
Protected Methods
Method Details
__construct()
public method
GenerateWorklistsCommand constructor.
public __construct ( string $name, CConsoleCommandRunner $runner, WorklistManager $manager = null ) |
$name |
string |
|
$runner |
CConsoleCommandRunner |
|
$manager |
WorklistManager |
|
actionGenerate()
public method
public fatal ( $msg, $exit_code = 1 ) |
finish()
protected method
Simple wrapper to abstract termination.
getDateLimit()
public method
public getDateLimit ( $horizon ) : DateTime |
$horizon |
|
|
return |
DateTime |
|
public output ( $level, $msg ) |
setLogLevel()
protected method
Property Details
$DEFAULT_LOG_LEVEL protected_oe static_oe property
protected static $DEFAULT_LOG_LEVEL |
$defaultAction public_oe property
$horizon public_oe property
$log_level protected_oe property
$log_levels protected_oe property
$manager protected_oe property
protected WorklistManager $manager |
return |
WorklistManager |
|
$verbosity public_oe property