Skip to content

Commit f66e578

Browse files
HP-1751 created ParentNodeDefinitionInterface
1 parent b6893c5 commit f66e578

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php declare(strict_types=1);
2+
3+
namespace hiqdev\php\billing\product;
4+
5+
interface ParentNodeDefinitionInterface
6+
{
7+
public function withBehaviors(): BehaviorCollection;
8+
}

0 commit comments

Comments
 (0)