Source for file IComponentContainer.php
Documentation is available at IComponentContainer.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Containers are objects that logically contain zero or more IComponent components.
- 17: *
- 20: */
- 22: {
- 24: /**
- 25: * Adds the specified component to the IComponentContainer.
- 29: */
- 32: /**
- 33: * Removes a component from the IComponentContainer.
- 36: */
- 39: /**
- 40: * Returns single component.
- 43: */
- 46: /**
- 47: * Iterates over a components.
- 51: */
- 54: }