Lines Matching refs:method
2 ReflectionMethod class __toString() method
6 function reflectMethod($class, $method) {
7 $methodInfo = new ReflectionMethod($class, $method);
9 echo "Reflecting on method $class::$method()\n\n";
52 Reflecting on method DerivedClass::foo()
55 string(%d) "Method [ <user, inherits TestClass> public method foo ] {
62 Reflecting on method TestClass::stat()
65 string(%d) "Method [ <user> static public method stat ] {
72 Reflecting on method TestClass::priv()
75 string(%d) "Method [ <user> private method priv ] {
82 Reflecting on method TestClass::prot()
85 string(%d) "Method [ <user> protected method prot ] {
92 Reflecting on method DerivedClass::prot()
95 string(%d) "Method [ <user, inherits TestClass> protected method prot ] {
102 Reflecting on method TestInterface::int()
105 string(%d) "Method [ <user> abstract public method int ] {
112 Reflecting on method ReflectionProperty::__construct()
115 string(%d) "Method [ <internal:Reflection, ctor> public method __construct ] {
126 Reflecting on method TestClass::__destruct()
129 string(%d) "Method [ <user> public method __destruct ] {