info() public method

public info ( $message, array $context = [] )
$context array
コード例 #1
0
ファイル: _ide_helper.php プロジェクト: becast/GameReviewSite
 /**
  * 
  *
  * @static 
  */
 public static function info($message, $context = array())
 {
     return \Clockwork\Clockwork::info($message, $context);
 }