Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace NoccyLabs\JEdit\List;
|
||||
|
||||
use NoccyLabs\JEdit\Tree\Tree;
|
||||
use NoccyLabs\JEdit\Tree\Node;
|
||||
|
||||
class Entry
|
||||
{
|
||||
public function __construct(
|
||||
public int $depth,
|
||||
public string|int|null $key,
|
||||
public ?Node $node,
|
||||
public bool $closer = false,
|
||||
)
|
||||
{ }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user