PHP 7.0.6 Released

EventListener::getBase

(PECL event >= 1.2.6-beta)

EventListener::getBaseReturns event base associated with the event listener

Description

public void EventListener::getBase ( void )

Returns event base associated with the event listener.

Parameters

This function has no parameters.

Return Values

Returns event base associated with the event listener.

User Contributed Notes

There are no user contributed notes for this page.
To Top