PHP Classes

File: ext/phady/messaging/messaging.zep.h

Recommend this page to a friend!
  Classes of Alien Fernandez   Phady Framework   ext/phady/messaging/messaging.zep.h   Download  
File: ext/phady/messaging/messaging.zep.h
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Phady Framework
Web application MVC framework based on Phalcon
Author: By
Last change:
Date: 7 years ago
Size: 446 bytes
 

Contents

Class file image Download
extern zend_class_entry *phady_messaging_messaging_ce; ZEPHIR_INIT_CLASS(Phady_Messaging_Messaging); PHP_METHOD(Phady_Messaging_Messaging, getConnection); PHP_METHOD(Phady_Messaging_Messaging, getMessagingAdapter); ZEPHIR_INIT_FUNCS(phady_messaging_messaging_method_entry) { PHP_ME(Phady_Messaging_Messaging, getConnection, NULL, ZEND_ACC_PUBLIC) PHP_ME(Phady_Messaging_Messaging, getMessagingAdapter, NULL, ZEND_ACC_PUBLIC) PHP_FE_END };