ReflectionClass::newInstanceWithoutConstructor
(PHP 5 >= 5.4.0, PHP 7, PHP 8)
ReflectionClass::newInstanceWithoutConstructor — Creates a new class instance without invoking the constructor
Beschreibung
Creates a new instance of the class without invoking the constructor.
Parameter-Liste
Rückgabewerte
Fehler/Exceptions
A ReflectionException if the class is an internal class that cannot be instantiated without invoking the constructor. This exception is limited only to internal classes that are final.
Siehe auch
- ReflectionClass::newInstance() - Creates a new class instance from given arguments
- ReflectionClass::newInstanceArgs() - Creates a new class instance from given arguments