Documentation

events
in package
implements isObjectInstancable Uses getObjectInstance

FanPress CM event list model

Tags
author

Stefan Seehafer aka imagine fanpress@nobody-knows.org

copyright

(c) 2011-2022, Stefan Seehafer

license

http://www.gnu.org/licenses/gpl.txt GPLv3

Interfaces, Classes, Traits and Enums

isObjectInstancable
Interface for objects with build in cache loader

Table of Contents

getInstance()  : object
Common function to return class instance object
getObjectInstance()  : object
Common function to return class instance object
getSystemEventList()  : array<string|int, mixed>
Gibt Liste mit Events des Systems zurück
trigger()  : mixed|eventResult
Run event $eventName with params $dataParams
getFullPath()  : string
Vollständigen Pfad zurückgegeben

Methods

getInstance()

Common function to return class instance object

public static getInstance() : object
Tags
since
5.1.0-a1
see
getObjectInstance
Return values
object

getObjectInstance()

Common function to return class instance object

public static getObjectInstance() : object
Tags
since
5.1.0-a1
deprecated
5.3.0-dev
Return values
object

getSystemEventList()

Gibt Liste mit Events des Systems zurück

public getSystemEventList() : array<string|int, mixed>
Return values
array<string|int, mixed>

trigger()

Run event $eventName with params $dataParams

public trigger(string $eventName[, mixed $dataParams = null ]) : mixed|eventResult
Parameters
$eventName : string
$dataParams : mixed = null
Return values
mixed|eventResult

getFullPath()

Vollständigen Pfad zurückgegeben

private getFullPath(string $path) : string
Parameters
$path : string
Return values
string

Search results