debug toolbar WIP

This commit is contained in:
Qiang Xue
2013-07-04 22:02:48 -04:00
parent 5892b265fa
commit d0556a138d
14 changed files with 324 additions and 75 deletions

View File

@@ -124,7 +124,7 @@ class Logger extends Component
*/
public $messages = array();
/**
* @var array the log targets. Each array element represents a single [[Target|log target]] instance
* @var array|Target[] the log targets. Each array element represents a single [[Target|log target]] instance
* or the configuration for creating the log target instance.
*/
public $targets = array();