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

ORM\Event\Fetched

Table of Contents

Abstract

Extends: ORM\Event

Constants

Name Value
NAME 'fetched'

Methods

ORM\Event\Fetched::__construct

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

ORM\Event\Fetched::__construct

↑ top


ORM\Event\Fetched::__get

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

ORM\Event\Fetched::__get

↑ top


ORM\Event\Fetched::stop

public function stop(): mixed
Returns mixed  

ORM\Event\Fetched::stop

↑ top