Source for file ClassReflection.php
Documentation is available at ClassReflection.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Reports information about a class.
- 17: *
- 20: */
- 22: {
- 29: /**
- 32: */
- 34: {
- 36: }
- 41: {
- 43: }
- 47: /**
- 49: */
- 51: {
- 55: }
- 57: }
- 61: /**
- 62: * Adds a method to class.
- 66: */
- 68: {
- 73: }
- 77: /**
- 78: * Returns extension method.
- 81: */
- 83: {
- 91: }
- 92: }
- 94: }
- 105: }
- 111: }
- 118: }
- 119: }
- 121: }
- 125: /********************* Reflection layer ****************d*g**/
- 129: /**
- 132: */
- 134: {
- 136: }
- 140: /**
- 142: */
- 144: {
- 146: }
- 150: /**
- 152: */
- 154: {
- 156: }
- 161: {
- 163: }
- 167: /**
- 169: */
- 171: {
- 173: }
- 178: {
- 180: }
- 184: /**
- 186: */
- 188: {
- 190: }
- 195: {
- 197: }
- 201: /**
- 203: */
- 205: {
- 207: }
- 211: /********************* Nette\Annotations support ****************d*g**/
- 215: /**
- 216: * Has class specified annotation?
- 219: */
- 221: {
- 224: }
- 228: /**
- 229: * Returns an annotation value.
- 232: */
- 234: {
- 237: }
- 241: /**
- 242: * Returns all annotations.
- 244: */
- 246: {
- 248: }
- 252: /********************* Nette\Object behaviour ****************d*g**/
- 256: /**
- 258: */
- 260: {
- 262: }
- 267: {
- 269: }
- 274: {
- 276: }
- 281: {
- 283: }
- 288: {
- 290: }
- 295: {
- 296: throw new MemberAccessException("Cannot unset the property {$this->reflection->name}::\$$name.");
- 297: }
- 299: }