Searched refs:getMethods (Results 1 – 25 of 29) sorted by relevance
12
2 ReflectionClass::getMethods() - invalid arguments10 $rc->getMethods('X');11 $rc->getMethods('X', true);16 Warning: ReflectionClass::getMethods() expects parameter 1 to be integer, string given in %s on lin…18 Warning: ReflectionClass::getMethods() expects at most 1 parameter, 2 given in %s on line 5
2 ReflectionClass::getMethods()25 var_dump($rc->getMethods(0));28 var_dump($rc->getMethods($pubFlag));31 var_dump($rc->getMethods($privFlag));34 var_dump($rc->getMethods($StaticFlag | $pubFlag));37 var_dump($rc->getMethods($StaticFlag | $privFlag));
2 Bug #77772: ReflectionClass::getMethods(null) doesn't work12 foreach ($rc->getMethods(null) as $method) {
2 Bug #64239 (ReflectionClass::getMethods() changed behavior)17 print_r($obj->getMethods());
13 foreach($this->getMethods() as $m)38 'UMLClass::getMethods',
23 foreach ($clazz->getMethods() as $method) {36 foreach ($clazz->getMethods() as $method) {
15 $methods = $class->getMethods();
15 foreach ($class->getMethods() as $method)
7 foreach ($rc->getMethods() as $method) {
21 var_dump(count($r->getMethods()));
2 ReflectionClass::getMethods()34 var_dump($rc->getMethods());
42 foreach($rc->getMethods() as $m) {
43 foreach($r->getMethods() as $m)
22 $m = $R->getMethods();
12 $rms = $ro->getMethods();
59 $rms = $rc->getMethods();
39 foreach($obj->getMethods() as $method) {
8 $methodArray = $classInfo->getMethods();
137 Method [ <internal:Reflection> public method getMethods ] {
13 $methods = $class->getMethods();
12 var_dump($rc->getMethods());
149 $methods = $reflectionClass->getMethods();
21 if ($methods = $class->getMethods()) {
Completed in 26 milliseconds