This commit is contained in:
Cyril Sadovnik 2016-10-05 07:37:07 +00:00 committed by GitHub
commit cb75c59523
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ interface NodeContainerInterface extends NodeInterface, IteratorAggregate
/**
* @param string $name
* @return NodeInterface
* @throws MissingNodeException If a node doesn't exist in container with name
*/
public function get($name);