ReflectionClass
PHP 手册

ReflectionClass::getConstructor

(PHP 5)

ReflectionClass::getConstructorGets constructor

说明

public object ReflectionClass::getConstructor ( void )

Gets the constructor from a class.

Warning

本函数暂无文档,仅有参数列表。

参数

This function has no parameters.

返回值

A ReflectionMethod object.

参见


ReflectionClass
PHP 手册