Namespaces
Salient
Cache
Cli
Collection
Console
Container
Contract
Cache
Cli
Collection
Console
Container
Core
Entity
Event
Exception
Facade
Pipeline
Provider
Curler
Http
Iterator
Polyfill
Sync
Core
Curler
Db
Http
Iterator
PHPDoc
Polyfill
Sync
Testing
Utility
Interfaces
Constructible
EntityInterface
Extensible
Normalisable
Providable
ProviderEntityInterface
Readable
Relatable
Serializable
SerializeRulesInterface
Temporal
Treeable
Writable
Overview
Namespace
Interface
Tree
1:
<?php
declare
(strict_types=
1
);
2:
3:
namespace
Salient\Contract\Core\Entity;
4:
5:
/**
6:
* @api
7:
*/
8:
interface
EntityInterface
extends
9:
Constructible,
10:
Extensible,
11:
Normalisable,
12:
Readable,
13:
Writable {}
14: