Source for file MethodReflection.php
Documentation is available at MethodReflection.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Reports information about a method.
- 17: *
- 20: */
- 22: {
- 24: /**
- 28: */
- 30: {
- 32: }
- 36: /**
- 38: */
- 40: {
- 49: }
- 50: }
- 52: }
- 56: /**
- 57: * Invokes method using named parameters.
- 61: */
- 63: {
- 71: }
- 75: }
- 76: }
- 78: }
- 82: /**
- 84: */
- 86: {
- 88: }
- 93: {
- 95: }
- 99: /********************* Reflection layer ****************d*g**/
- 103: /**
- 106: */
- 108: {
- 110: }
- 114: /**
- 116: */
- 118: {
- 120: }
- 124: /**
- 126: */
- 128: {
- 130: }
- 135: {
- 137: }
- 141: /********************* Nette\Annotations support ****************d*g**/
- 145: /**
- 146: * Has method specified annotation?
- 149: */
- 151: {
- 154: }
- 158: /**
- 159: * Returns an annotation value.
- 162: */
- 164: {
- 167: }
- 171: /**
- 172: * Returns all annotations.
- 174: */
- 176: {
- 178: }
- 182: /********************* Nette\Object behaviour ****************d*g**/
- 186: /**
- 188: */
- 190: {
- 192: }
- 197: {
- 199: }
- 204: {
- 206: }
- 211: {
- 213: }
- 218: {
- 220: }
- 225: {
- 226: throw new MemberAccessException("Cannot unset the property {$this->reflection->name}::\$$name.");
- 227: }
- 229: }