MethodNotExtendableException
extends DoubleException
Table of Contents
-
$className
: mixed
-
$methodName
: mixed
-
__construct()
: mixed
-
getClassName()
: string
-
getMethodName()
: string
$className
private
mixed
$className
$methodName
private
mixed
$methodName
__construct()
public
__construct(string $message, string $className, string $methodName) : mixed
Parameters
-
$message
: string
-
-
$className
: string
-
-
$methodName
: string
-
Return values
mixed
—
getClassName()
public
getClassName() : string
Return values
string
—
getMethodName()
public
getMethodName() : string
Return values
string
—