多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# Class Phalcon\\Events\\Event # Class **Phalcon\\Events\\Event** This class offers contextual information of a fired event in the EventsManager ### Methods public **setType** (*unknown* $type) Event type public **getType** () Event type public **getSource** () Event source public **setData** (*unknown* $data) Event data public **getData** () Event data public **getCancelable** () Is event cancelable? public **\_\_construct** (*string* $type, *object* $source, \[*mixed* $data\], \[*boolean* $cancelable\]) Phalcon\\Events\\Event constructor public **stop** () Stops the event preventing propagation public **isStopped** () Check whether the event is currently stopped | - [索引](# "总目录") - [下一页](# "Class Phalcon\Events\Exception") | - [上一页](# "Class Phalcon\Escaper\Exception") | - [API Indice](#) »