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

ORM\Event

Table of Contents

Abstract

Constants

Name Value
NAME 'event'

Methods

ORM\Event::__construct

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

ORM\Event::__construct

↑ top


ORM\Event::__get

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

ORM\Event::__get

↑ top


ORM\Event::stop

public function stop(): mixed
Returns mixed  

ORM\Event::stop

↑ top