/app/packages
core
src
Entities
RootAggregate.php
Code Coverage
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
1
<?php
2
namespace
Apie\Core\Entities
;
3
4
/**
5
* Tell Apie that an Apie object is a root aggregate.
6
*/
7
interface
RootAggregate
extends
EntityInterface
8
{
9
}