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

Public Member Functions

 __construct (array $types, $triggers, $callback)
 
 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

 $types
 
 $triggers
 
 $callback
 
- Protected Attributes inherited from Plugin
 $parser
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( array  $types,
  $triggers,
  $callback 
)

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.

Field Documentation

◆ $callback

$callback
protected

◆ $triggers

$triggers
protected

◆ $types

$types
protected

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