ReflectionClass::getMethods

(PHP 5)

ReflectionClass::getMethodsGets a list of methods

Description

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

Gets a list of methods.

Warning

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

Parameters

filter

Any combination of ReflectionMethod::IS_STATIC, ReflectionMethod::IS_PUBLIC, ReflectionMethod::IS_PROTECTED, ReflectionMethod::IS_PRIVATE, ReflectionMethod::IS_ABSTRACT, ReflectionMethod::IS_FINAL.

Return Values

An array of methods.

See Also


Copyright © 2010-2024 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout