Namespaces
Salient
Cache
Cli
Collection
Console
Container
Contract
Cache
Cli
Collection
Console
Container
Core
Curler
Http
Iterator
Polyfill
Sync
Event
Exception
Core
Curler
Db
Http
Iterator
PHPDoc
Polyfill
Sync
Testing
Utility
Interfaces
DeferralPolicy
DeferredEntityInterface
DeferredRelationshipInterface
EntitySource
EntityState
ErrorType
FilterPolicy
HydrationPolicy
LinkType
SyncContextInterface
SyncDefinitionInterface
SyncEntityInterface
SyncEntityProviderInterface
SyncEntityResolverInterface
SyncErrorCollectionInterface
SyncErrorInterface
SyncNamespaceHelperInterface
SyncOperation
SyncProviderInterface
SyncSerializeRulesInterface
SyncStoreInterface
Overview
Namespace
Interface
Tree
1:
<?php
declare
(strict_types=
1
);
2:
3:
namespace
Salient\Contract\Sync;
4:
5:
/**
6:
* @api
7:
*/
8:
interface
EntityState
9:
{
10:
/**
11:
* The entity is being serialized
12:
*/
13:
public
const
SERIALIZING =
2
;
14:
}
15: