Documentation

SaveableInterface

Interface for createable models.

Table of Contents

_save()  : mixed
save()  : mixed

Methods

_save()

public static _save(self $object, EntityManagerInterface $em) : mixed
Parameters
$object : self
$em : EntityManagerInterface
Return values
mixed

save()

public save(EntityManagerInterface $em) : mixed
Parameters
$em : EntityManagerInterface
Return values
mixed

Search results