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\Changed

ORM\Event\Changed

Table of Contents

Abstract

Extends: ORM\Event

Constants

Name Value
NAME 'changed'

Methods

ORM\Event\Changed::__construct

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

ORM\Event\Changed::__construct

↑ top


ORM\Event\Changed::__get

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

ORM\Event\Changed::__get

↑ top


ORM\Event\Changed::stop

public function stop(): mixed
Returns mixed  

ORM\Event\Changed::stop

↑ top