ReflectionClass
PHP Manual

ReflectionClass::getMethods

(PHP 5)

ReflectionClass::getMethodsدریافت فهرست متدها

Description

public array ReflectionClass::getMethods ([ string $filter ] )

دریافت فهرست متدها.

Warning

This function is currently not documented; only its argument list is available.

Parameters

filter

ترکیبی از ReflectionMethod::IS_STATIC، ReflectionMethod::IS_PUBLIC، ReflectionMethod::IS_PROTECTED، ReflectionMethod::IS_PRIVATE، ReflectionMethod::IS_ABSTRACT، ReflectionMethod::IS_FINAL.

Return Values

array متدها.

See Also


ReflectionClass
PHP Manual