Exponent v2.7.2

expBot extends expSubsystem
in package

This is the class expBot

Tags
subpackage

Subsystems

Table of Contents

$method  : mixed
$url  : mixed
__construct()  : mixed
__get()  : null
Generic magic method
__isset()  : bool
Generic magic method
__set()  : mixed
Generic magic method We MUST create/set non-existing properties for Exponent code to work
__unset()  : mixed
Generic magic method
fire()  : mixed

Properties

$method

public mixed $method = 'GET'

Methods

__construct()

public __construct(mixed $params) : mixed
Parameters
$params : mixed
Return values
mixed

__get()

Generic magic method

public __get( $property) : null
Parameters
$property :
Return values
null

__isset()

Generic magic method

public __isset( $property) : bool
Parameters
$property :
Return values
bool

__set()

Generic magic method We MUST create/set non-existing properties for Exponent code to work

public __set( $property,  $value) : mixed
Parameters
$property :
$value :
Return values
mixed

__unset()

Generic magic method

public __unset( $property) : mixed
Parameters
$property :
Return values
mixed

fire()

public fire() : mixed
Return values
mixed

Search results