API - XOOPS 2.5.11 Beta 2
By monxoops.fr
MysqliPlugin Class Reference
Inheritance diagram for MysqliPlugin:
Collaboration diagram for MysqliPlugin:

Public Member Functions

 getTypes ()
 
 getTriggers ()
 
 parse (&$var, BasicObject &$o, $trigger)
 
- Public Member Functions inherited from Plugin
 setParser (Parser $p)
 
 getTypes ()
 
 getTriggers ()
 
 parse (&$variable, BasicObject &$o, $trigger)
 

Protected Attributes

 $always_readable
 
 $empty_readable
 
 $connected_readable
 
- Protected Attributes inherited from Plugin
 $parser
 

Detailed Description

Adds support for Mysqli object parsing.

Due to the way mysqli is implemented in PHP, this will cause warnings on certain Mysqli objects if screaming is enabled.

Member Function Documentation

◆ getTriggers()

getTriggers ( )

Reimplemented from Plugin.

◆ getTypes()

getTypes ( )

An array of types (As returned by gettype) for all data this plugin can operate on.

Returns
array List of types

Reimplemented from Plugin.

◆ parse()

parse ( $var,
BasicObject $o,
  $trigger 
)

Reimplemented from Plugin.

Here is the call graph for this function:

Field Documentation

◆ $always_readable

$always_readable
protected
Initial value:
= array(
'client_version' => true,
'connect_errno' => true,
'connect_error' => true,
)

◆ $connected_readable

$connected_readable
protected
Initial value:
= array(
'affected_rows' => true,
'error_list' => true,
'field_count' => true,
'host_info' => true,
'info' => true,
'insert_id' => true,
'server_info' => true,
'server_version' => true,
'stat' => true,
'sqlstate' => true,
'protocol_version' => true,
'thread_id' => true,
'warning_count' => true,
)

◆ $empty_readable

$empty_readable
protected
Initial value:
= array(
'client_info' => true,
'errno' => true,
'error' => true,
)

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