Guest User

Untitled

a guest
Sep 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. private $children = [];
  2.  
  3. public function __construct(Node[] $children)
  4. {
  5. $this->children = $children;
  6. $this->node_type = static::NODE_TYPE_LEAF;
  7. }
Add Comment
Please, Sign In to add comment