Table of Contents
-
$arguments
: string
-
$class
: int
-
$method
: int
-
__construct()
: mixed
-
getArguments()
: string
-
getClass()
: int
-
getMethod()
: int
-
getSignature()
: string
$arguments
private
string
$arguments
$class
private
int
$class
$method
private
int
$method
__construct()
public
__construct(int $class, int $method, string $arguments) : mixed
Parameters
-
$class
: int
-
-
$method
: int
-
-
$arguments
: string
-
Return values
mixed
—
getArguments()
public
getArguments() : string
Return values
string
—
getClass()
public
getClass() : int
Return values
int
—
getMethod()
public
getMethod() : int
Return values
int
—
getSignature()
public
getSignature() : string
Return values
string
—