コード例 #1
0
ファイル: ScoreOperation.php プロジェクト: hongker/Blog
 public function __construct($di)
 {
     parent::__construct($di);
     $this->setLogFile('score.log');
 }
コード例 #2
0
ファイル: MessageOperation.php プロジェクト: hongker/Blog
 public function __construct($di)
 {
     parent::__construct($di);
 }