Documentation

Event extends Component
in package
implements IEvent

Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Interfaces

IEvent

Properties

$action  : string
$is_propogating  : bool
$name  : string
$object  : IModel
$preposition  : string
$subject  : IModel
$hashCode  : int
$hashCounter  : int

Methods

__call()  : mixed
__callStatic()  : mixed
__construct()  : mixed
__destruct()  : mixed
__get()  : mixed
extends()  : bool
fire()  : mixed
getAction()  : string
getName()  : string
getObject()  : IModel
Gets an instance of the object of this event
getPreposition()  : string
getReflection()  : ReflectionClass
getSubject()  : IModel
Gets an instance of the subject of this event
isPropogating()  : bool
Determines whether or not this event is being propogated
stopPropogation()  : null
Stops the propgation of this event
init()  : mixed
setAction()  : mixed
setObject()  : mixed
setSubject()  : mixed
setPreposition()  : void

Properties

$is_propogating

protected bool $is_propogating = true

Methods

__callStatic()

public static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
$method : mixed
$arguments : array<string|int, mixed>

__construct()

public __construct(IModel $subject, string $action[, IModel $object = null ][, string $preposition = IEvent::PREPOSITION_ON ]) : mixed
Parameters
$subject : IModel
$action : string
$object : IModel = null
$preposition : string = IEvent::PREPOSITION_ON

__get()

public __get(string $property) : mixed
Parameters
$property : string

extends()

public extends(ReflectionClass $reflector) : bool
Parameters
$reflector : ReflectionClass
Return values
bool

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

isPropogating()

Determines whether or not this event is being propogated

public isPropogating() : bool
Tags
see
IEvent::isPropogating()
Return values
bool

true if the event is being propogated, false otherwise

setAction()

protected setAction(string $action) : mixed
Parameters
$action : string

        
On this page

Search results