コード例 #1
0
ファイル: Attempt.php プロジェクト: jokusafet/MagentoSource
 public function __construct()
 {
     $this->_header = 'Failed Login Attempts';
     $this->_modelName = 'attempt';
     parent::__construct();
 }
コード例 #2
0
ファイル: Error.php プロジェクト: jokusafet/MagentoSource
 public function __construct()
 {
     $this->_header = 'System Errors';
     $this->_modelName = 'error';
     parent::__construct();
 }
コード例 #3
0
ファイル: Log.php プロジェクト: jokusafet/MagentoSource
 public function __construct()
 {
     $this->_header = 'Not Found Pages';
     $this->_modelName = 'log';
     parent::__construct();
 }