Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Eloquent
Phony
Mock
Exception
FinalClassException
PHP Class Eloquent\Phony\Mock\Exception\FinalClassException
Inheritance:
extends
Exceptio\Exception
,
implements
MockException
Afficher le fichier
Open project: eloquent/phony
Méthodes publiques
Méthode
Description
__construct
(
string
$className
)
Construct a final class exception.
className
( ) :
string
Get the class name.
Method Details
__construct()
public
méthode
Construct a final class exception.
public
__construct
(
string
$className
)
$className
string
The class name.
className()
public
méthode
Get the class name.
public
className
( ) :
string
Résultat
string
The class name.