1 | <?php |
||
7 | class ResourceEntityType extends ResourceType |
||
8 | { |
||
9 | /** |
||
10 | * Create new instance of ResourceEntityType. |
||
11 | * @param \ReflectionClass $instanceType Instance type for the entity type |
||
12 | * @param TEntityTypeType $entity Object containing complex type metadata |
||
13 | * @param IMetadataProvider $meta Application's metadata provider |
||
14 | * |
||
15 | * @throws \InvalidArgumentException |
||
16 | */ |
||
17 | public function __construct(\ReflectionClass $instanceType, TEntityTypeType $entity, IMetadataProvider $meta) |
||
31 | } |
||
32 |