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: {
- 82: }
- 86: /**
- 87: * Returns link parameter.
- 90: */
- 92: {
- 94: }
- 98: /**
- 99: * Returns link parameters.
- 101: */
- 103: {
- 105: }
- 109: /**
- 110: * Converts link to URL.
- 112: */
- 114: {
- 121: }
- 122: }
- 124: }