|
ReflectionMethod::isConstructor(PHP 5) ReflectionMethod::isConstructor — Checks if method is a constructor Описание
public bool ReflectionMethod::isConstructor
( void
)
Checks if the method is a constructor. Список параметровУ этой функции нет параметров. Возвращаемые значенияTRUE if the method is a constructor, otherwise FALSE Смотрите также
|
|