Bravo3\Orm\Events\RetrieveEvent::setEntity PHP Method

setEntity() public method

If the event is aborted, this entity is returned from the retieve call
public setEntity ( object $entity )
$entity object
    public function setEntity($entity)
    {
        $this->entity = $entity;
        return $this;
    }