ReflectionClass
PHP Manual

ReflectionClass::getMethod

(PHP 5)

ReflectionClass::getMethodدریافت ReflectionMethod

Description

public object ReflectionClass::getMethod ( string $name )

دریافت ReflectionMethod درباره متد.

Warning

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

Parameters

name

نام متد برای بازتاب.

Return Values

ReflectionMethod.

See Also


ReflectionClass
PHP Manual