ReflectionClass::getConstructor Возвращает конструктор класса &reftitle.description; public ReflectionMethodnullReflectionClass::getConstructor Возвращает конструктор отражённого класса. &reftitle.parameters; &no.function.parameters; &reftitle.returnvalues; Объект ReflectionMethod, отражающий конструктор класса, или &null; если у класса нет конструктора. &reftitle.examples; Пример использования <methodname>ReflectionClass::getConstructor</methodname> getConstructor(); var_dump($constructor); ?> ]]> &example.outputs; string(11) "__construct" ["class"]=> string(15) "ReflectionClass" } ]]> &reftitle.seealso; ReflectionClass::getName