start
[wikipedia-parser-hphp.git] / gen / cls / ppdstackelement_hash.h
blobe73717ffd4855352d5ed6d9395671d954389fcbb
2 #ifndef __GENERATED_cls_ppdstackelement_hash_h__
3 #define __GENERATED_cls_ppdstackelement_hash_h__
5 #include <cls/ppdstackelement.h>
7 namespace HPHP {
8 ///////////////////////////////////////////////////////////////////////////////
10 /* SRC: Preprocessor_Hash.php line 677 */
11 class c_ppdstackelement_hash : virtual public c_ppdstackelement {
12 BEGIN_CLASS_MAP(ppdstackelement_hash)
13 PARENT_CLASS(ppdstackelement)
14 END_CLASS_MAP(ppdstackelement_hash)
15 DECLARE_CLASS(ppdstackelement_hash, PPDStackElement_Hash, ppdstackelement)
16 void init();
17 public: void t___construct(Variant v_data = ScalarArrays::sa_[0]);
18 public: ObjectData *create(Variant v_data = ScalarArrays::sa_[0]);
19 public: ObjectData *dynCreate(CArrRef params, bool init = true);
20 public: void dynConstruct(CArrRef params);
21 public: Variant t_breaksyntax(Variant v_openingCount = false);
24 ///////////////////////////////////////////////////////////////////////////////
27 #endif // __GENERATED_cls_ppdstackelement_hash_h__