Source for file Link.php
Documentation is available at Link.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 6: * Copyright (c) 2004, 2009 David Grudl (http://davidgrudl.com)
- 7: *
- 8: * This source file is subject to the "Nette license" that is bundled
- 9: * with this package in the file license.txt.
- 10: *
- 11: * For more information please see http://nettephp.com
- 12: *
- 18: */
- 26: /**
- 27: * Lazy encapsulation of PresenterComponent::link().
- 28: * Do not instantiate directly, use PresenterComponent::lazyLink()
- 29: *
- 33: */
- 35: {
- 46: /**
- 47: * Link specification.
- 51: */
- 53: {
- 57: }
- 61: /**
- 46: /**
- 47: * Returns link destination.
- 64: */
- 66: {
- 68: }
- 72: /**
- 73: * Changes link parameter.
- 77: */
- 79: {
- 81: }
- 85: /**
- 86: * Returns link parameter.
- 89: */
- 91: {
- 93: }
- 97: /**
- 98: * Returns link parameters.
- 100: */
- 102: {
- 104: }
- 108: /**
- 109: * Converts link to URL.
- 111: */
- 113: {
- 120: }
- 121: }
- 123: }