PHP Интерфейс Bravo3\Orm\Mappers\Portation\MapWriterInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
compileMetadataForEntity ( object $entity, string | null $resource = null ) : void Write metadata for a given entity, using the input EntityManager that must be preset
flush ( ) : void Compile and write all processed metadata
purge ( ) : void Purge the current buffer of unwritten content
setInputManager ( EntityManager $manager ) : void Set the input entity managed used for reading entities

Описание методов

compileMetadataForEntity() публичный Метод

Write metadata for a given entity, using the input EntityManager that must be preset
public compileMetadataForEntity ( object $entity, string | null $resource = null ) : void
$entity object Entity with existing mapping data
$resource string | null File name to write data, if null a default or common value will be used
Результат void

flush() публичный Метод

Compile and write all processed metadata
public flush ( ) : void
Результат void

purge() публичный Метод

Purge the current buffer of unwritten content
public purge ( ) : void
Результат void

setInputManager() публичный Метод

Set the input entity managed used for reading entities
public setInputManager ( EntityManager $manager ) : void
$manager Bravo3\Orm\Services\EntityManager
Результат void