PHP Classes

File: ext/phady/core/parameter.zep.h

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

Contents

Class file image Download
extern zend_class_entry *phady_core_parameter_ce; ZEPHIR_INIT_CLASS(Phady_Core_Parameter); PHP_METHOD(Phady_Core_Parameter, setParameter); ZEND_BEGIN_ARG_INFO_EX(arginfo_phady_core_parameter_setparameter, 0, 0, 2) ZEND_ARG_INFO(0, param) ZEND_ARG_INFO(0, value) ZEND_END_ARG_INFO() ZEPHIR_INIT_FUNCS(phady_core_parameter_method_entry) { PHP_ME(Phady_Core_Parameter, setParameter, arginfo_phady_core_parameter_setparameter, ZEND_ACC_PUBLIC) PHP_FE_END };