CreateableInterface
extends
SaveableInterface
in
Interface for createable models.
Table of Contents
Methods
_save()
public
static _save(self $object, EntityManagerInterface $em) : mixed
Parameters
- $object : self
- $em : EntityManagerInterface
Return values
mixed —create()
public
static create(array<string|int, mixed> $arguments) : self
Parameters
- $arguments : array<string|int, mixed>
Return values
self —save()
public
save(EntityManagerInterface $em) : mixed
Parameters
- $em : EntityManagerInterface