XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
Legacy_NuSoapLoader Class Reference
Inheritance diagram for Legacy_NuSoapLoader:
XCube_ActionFilter

Public Member Functions

 preFilter ()
 [Abstract] Executes the logic, when the controller executes preFilter().
 
- Public Member Functions inherited from XCube_ActionFilter
 __construct (&$controller)
 Constructor.
 
 preBlockFilter ()
 [Abstract] Executes the logic, when the controller executes preBlockFilter().
 
 postFilter ()
 [Abstract] Executes the logic, when the controller executes postFilter().
 

Static Public Member Functions

static createClient (&$client, $service)
 
static createServer (&$server, $service)
 

Additional Inherited Members

- Data Fields inherited from XCube_ActionFilter
 $mController
 [READ ONLY] XCube_Controller
 
 $mRoot
 [READ ONLY] XCube_Root
 

Detailed Description

Definition at line 15 of file NuSoapLoader.class.php.

Member Function Documentation

◆ createClient()

static createClient ( & $client,
$service )
static
Parameters
$client
$service

Definition at line 28 of file NuSoapLoader.class.php.

◆ createServer()

static createServer ( & $server,
$service )
static
Parameters
$server
$service

Definition at line 51 of file NuSoapLoader.class.php.

◆ preFilter()

preFilter ( )

[Abstract] Executes the logic, when the controller executes preFilter().

Remarks
This method is called at the very beginning of the controller initialization process, some filters may not be called if these filters are registered later.

Reimplemented from XCube_ActionFilter.

Definition at line 17 of file NuSoapLoader.class.php.


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