tflori/orm

just another orm...

View the Project on GitHub tflori/orm

Build Status Test Coverage Maintainability Latest Stable Version Total Downloads

» API Reference » ORM\Event\Saved

ORM\Event\Saved

Table of Contents

Abstract

Extends: ORM\Event

Constants

Name Value
NAME 'saved'

Methods

ORM\Event\Saved::__construct

public function __construct(\ORM\Entity $entity)
Parameters
Parameter Type Description
$entity ORM\Entity  

ORM\Event\Saved::__construct

↑ top


ORM\Event\Saved::__get

public function __get(mixed $name): mixed
Returns mixed  
Parameters
Parameter Type Description
$name mixed  

ORM\Event\Saved::__get

↑ top


ORM\Event\Saved::stop

public function stop(): mixed
Returns mixed  

ORM\Event\Saved::stop

↑ top