id getter for scheduled node
This commit is contained in:
parent
309c085007
commit
0d00254e5f
1 changed files with 5 additions and 0 deletions
|
|
@ -13,6 +13,11 @@ class ScheduledNode
|
|||
private Plan $plan,
|
||||
) {}
|
||||
|
||||
public function getId(): int
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
public function getPlan(): Plan
|
||||
{
|
||||
return $this->plan;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue