Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function child(Node $node)
 {
     $child = $this->client->create(TreeLog::fromNodeAndParent($node, $this->log));
     return new self($this->client, $this->nodeNormalizer, $child);
 }