This is a test/example service.

package Amfphp_Services
author Ariel Sommeria-klein

 Methods

shouldn't appear in the service browser or be available as a service

_reservedMethod() 

return after one second

returnAfterOneSecond() : String

Returns

String

return array

returnArray() : array

Returns

array

return bitwise and

returnBitwiseAnd(boolean $value1, boolean $value2) : boolean

Parameters

$value1

boolean

$value2

boolean

Returns

boolean

return bla

returnBla() : String

Returns

String

return null

returnNull() : null

Returns

null

return one param

returnOneParam(mixed $param) : mixed

Parameters

$param

mixed

Returns

mixed

return opposite

returnOpposite(boolean $value) : boolean

Parameters

$value

boolean

Returns

boolean

return sum

returnSum(int $number1, int $number2) : int

Parameters

$number1

int

$number2

int

Returns

int

return test header

returnTestHeader() : mixed

Returns

mixed

static return one param

staticReturnOneParam(mixed $param) : mixed
Static

Parameters

$param

mixed

Returns

mixed

throy exception

throwException(string $arg1) 

Parameters

$arg1

string

Exceptions

\Exception