PHP Bolt\Storage Namespace

Nested Namespaces

Bolt\Storage\Collection
Bolt\Storage\ContentRequest
Bolt\Storage\Database
Bolt\Storage\Entity
Bolt\Storage\EventProcessor
Bolt\Storage\Field
Bolt\Storage\Mapping
Bolt\Storage\Migration
Bolt\Storage\Query
Bolt\Storage\Repository

Interfaces

Name Description
EntityManagerInterface EntityManager interface.

Classes

Name Description
EntityManager Manages all loaded entities across application, provides access to Repository Classes.
FieldManager Uses a typemap to construct an instance of a Field
LazyEntityManager Lazy-loading EntityManager.
Repository A default repository class that other repositories can inherit to provide more specific features.

Traits

Name Description
CaseTransformTrait This trait provides re-usable methods for converting strings between different case styles.