HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
Yii2DebugLogRoute.php
Go to the documentation of this file.
1
<?php
2
7
class
Yii2DebugLogRoute
extends
CLogRoute
8
{
12
private
$localLogs
= array();
13
17
public
function
getLogs
()
18
{
19
return
$this->localLogs
;
20
}
21
26
protected
function
processLogs
($logs)
27
{
28
$this->localLogs = array_merge($this->localLogs, $logs);
29
}
30
}
app
protected
extensions
yii2-debug
Yii2DebugLogRoute.php
Generated on Tue Jun 30 2015 20:12:34 for HCE Project DC service web UI by
1.8.1.2