Exponent v2.7.2

expAjaxReply extends expSubsystem
in package

This is the class expAjaxReply

Tags
subpackage

Subsystems

Table of Contents

$packet  : mixed
$redirecturl  : mixed
$template  : 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
makePacket()  : mixed
send()  : mixed

Properties

$packet

public mixed $packet = array('replyCode' => '', 'replyText' => '', 'data' => '')

Methods

__construct()

public __construct([mixed $replyCode = 200 ][, mixed $replyText = 'Ok' ][, mixed $data = null ][, mixed $redirecturl = null ]) : mixed
Parameters
$replyCode : mixed = 200
$replyText : mixed = 'Ok'
$data : mixed = null
$redirecturl : mixed = null
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

makePacket()

public static makePacket([mixed $replyCode = 200 ][, mixed $replyText = 'Ok' ][, mixed $data = '' ]) : mixed
Parameters
$replyCode : mixed = 200
$replyText : mixed = 'Ok'
$data : mixed = ''
Return values
mixed

Search results