Source for file IComponent.php
Documentation is available at IComponent.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Provides functionality required by all components.
- 17: *
- 20: */
- 22: {
- 23: /** Separator for component names in path concatenation. */
- 26: /**
- 28: */
- 31: /**
- 32: * Returns the container if any.
- 34: */
- 37: /**
- 38: * Sets the parent of this component.
- 42: */
- 45: }