Source for file Link.php
Documentation is available at Link.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Lazy encapsulation of PresenterComponent::link().
- 17: * Do not instantiate directly, use PresenterComponent::lazyLink()
- 18: *
- 21: */
- 23: {
- 34: /**
- 35: * Link specification.
- 39: */
- 41: {
- 45: }
- 49: /**
- 34: /**
- 35: * Returns link destination.
- 52: */
- 54: {
- 56: }
- 60: /**
- 61: * Changes link parameter.
- 65: */
- 67: {
- 70: }
- 74: /**
- 75: * Returns link parameter.
- 78: */
- 80: {
- 82: }
- 86: /**
- 87: * Returns link parameters.
- 89: */
- 91: {
- 93: }
- 97: /**
- 98: * Converts link to URL.
- 100: */
- 102: {
- 108: }
- 109: }
- 111: }