PHP Classes

File: ext/phady/1__closure.zep.h

Recommend this page to a friend!
  Classes of Alien Fernandez   Phady Framework   ext/phady/1__closure.zep.h   Download  
File: ext/phady/1__closure.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: 414 bytes
 

Contents

Class file image Download
extern zend_class_entry *phady_1__closure_ce; ZEPHIR_INIT_CLASS(phady_1__closure); PHP_METHOD(phady_1__closure, __invoke); ZEND_BEGIN_ARG_INFO_EX(arginfo_phady_1__closure___invoke, 0, 0, 1) ZEND_ARG_INFO(0, parameters) ZEND_END_ARG_INFO() ZEPHIR_INIT_FUNCS(phady_1__closure_method_entry) { PHP_ME(phady_1__closure, __invoke, arginfo_phady_1__closure___invoke, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL) PHP_FE_END };