PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of AlexanderC   Eventer   ???   Download  
File: ???
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Eventer
Register events and call handlers when they happen
Author: By
Last change: Update of composer.json
Date: 1 month ago
Size: 342 bytes
 

Contents

Class file image Download
{ "name": "alexanderc/open-fw-eventer", "description": "Event manager used in OpenFW framework", "license": "GPL v2", "minimum-stability": "stable", "authors": [ { "name": "AlexanderC", "email": "[email protected]" } ], "autoload": { "psr-0": { "": "lib/" } } }