ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
Monolog\Handler\MockRavenClient Class Reference
+ Inheritance diagram for Monolog\Handler\MockRavenClient:
+ Collaboration diagram for Monolog\Handler\MockRavenClient:

Public Member Functions

 capture ($data, $stack, $vars=null)
 

Data Fields

 $lastData
 
 $lastStack
 

Detailed Description

Definition at line 16 of file MockRavenClient.php.

Member Function Documentation

◆ capture()

Monolog\Handler\MockRavenClient::capture (   $data,
  $stack,
  $vars = null 
)

Definition at line 18 of file MockRavenClient.php.

References $data.

19  {
20  $data = array_merge($this->get_user_data(), $data);
21  $this->lastData = $data;
22  $this->lastStack = $stack;
23  }

Field Documentation

◆ $lastData

Monolog\Handler\MockRavenClient::$lastData

Definition at line 25 of file MockRavenClient.php.

◆ $lastStack

Monolog\Handler\MockRavenClient::$lastStack

Definition at line 26 of file MockRavenClient.php.


The documentation for this class was generated from the following file: