Documentation

CreateableInterface extends SaveableInterface

Interface for createable models.

Table of Contents

_save()  : mixed
create()  : self
save()  : mixed

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
Return values
mixed

Search results