Method |
Description |
|
__construct ( string $func, string | null $action = null, string | null $username = null, string | null $ip = null, string | null $browser = null, string | null $source = null ) |
Constructor. |
|
__toString ( ) : string |
Returns a JSON representation of the object. |
|
getAction ( ) : string | null |
Returns the action. |
|
getBrowser ( ) : string | null |
Returns the browser. |
|
getFunc ( ) : string |
Returns the function name. |
|
getIp ( ) : string | null |
Returns the IP address. |
|
getSource ( ) : string | null |
Returns the source. |
|
getUsername ( ) : string | null |
Returns the username. |
|
setAction ( string $action ) |
Sets the action. |
|
setBrowser ( string $browser ) |
Sets the browser. |
|
setIp ( string | null $ip ) |
Sets the IP address. |
|
setSource ( string $source ) |
Sets the source. |
|
setUsername ( string $username ) |
Sets the username. |
|