Lines Matching refs:ReflectionProperty

607 ZEND_METHOD(ReflectionProperty, __construct);
608 ZEND_METHOD(ReflectionProperty, __toString);
609 ZEND_METHOD(ReflectionProperty, getName);
610 ZEND_METHOD(ReflectionProperty, getValue);
611 ZEND_METHOD(ReflectionProperty, setValue);
612 ZEND_METHOD(ReflectionProperty, isInitialized);
613 ZEND_METHOD(ReflectionProperty, isPublic);
614 ZEND_METHOD(ReflectionProperty, isPrivate);
615 ZEND_METHOD(ReflectionProperty, isProtected);
616 ZEND_METHOD(ReflectionProperty, isStatic);
617 ZEND_METHOD(ReflectionProperty, isDefault);
618 ZEND_METHOD(ReflectionProperty, isPromoted);
619 ZEND_METHOD(ReflectionProperty, getModifiers);
620 ZEND_METHOD(ReflectionProperty, getDeclaringClass);
621 ZEND_METHOD(ReflectionProperty, getDocComment);
622 ZEND_METHOD(ReflectionProperty, setAccessible);
623 ZEND_METHOD(ReflectionProperty, getType);
624 ZEND_METHOD(ReflectionProperty, hasType);
625 ZEND_METHOD(ReflectionProperty, hasDefaultValue);
626 ZEND_METHOD(ReflectionProperty, getDefaultValue);
627 ZEND_METHOD(ReflectionProperty, getAttributes);
859 …ZEND_ME(ReflectionProperty, __construct, arginfo_class_ReflectionProperty___construct, ZEND_ACC_PU…
860 …ZEND_ME(ReflectionProperty, __toString, arginfo_class_ReflectionProperty___toString, ZEND_ACC_PUBL…
861 ZEND_ME(ReflectionProperty, getName, arginfo_class_ReflectionProperty_getName, ZEND_ACC_PUBLIC)
862 ZEND_ME(ReflectionProperty, getValue, arginfo_class_ReflectionProperty_getValue, ZEND_ACC_PUBLIC)
863 ZEND_ME(ReflectionProperty, setValue, arginfo_class_ReflectionProperty_setValue, ZEND_ACC_PUBLIC)
864 …ZEND_ME(ReflectionProperty, isInitialized, arginfo_class_ReflectionProperty_isInitialized, ZEND_AC…
865 ZEND_ME(ReflectionProperty, isPublic, arginfo_class_ReflectionProperty_isPublic, ZEND_ACC_PUBLIC)
866 ZEND_ME(ReflectionProperty, isPrivate, arginfo_class_ReflectionProperty_isPrivate, ZEND_ACC_PUBLIC)
867 …ZEND_ME(ReflectionProperty, isProtected, arginfo_class_ReflectionProperty_isProtected, ZEND_ACC_PU…
868 ZEND_ME(ReflectionProperty, isStatic, arginfo_class_ReflectionProperty_isStatic, ZEND_ACC_PUBLIC)
869 ZEND_ME(ReflectionProperty, isDefault, arginfo_class_ReflectionProperty_isDefault, ZEND_ACC_PUBLIC)
870 …ZEND_ME(ReflectionProperty, isPromoted, arginfo_class_ReflectionProperty_isPromoted, ZEND_ACC_PUBL…
871 …ZEND_ME(ReflectionProperty, getModifiers, arginfo_class_ReflectionProperty_getModifiers, ZEND_ACC_…
872 …ZEND_ME(ReflectionProperty, getDeclaringClass, arginfo_class_ReflectionProperty_getDeclaringClass,…
873 …ZEND_ME(ReflectionProperty, getDocComment, arginfo_class_ReflectionProperty_getDocComment, ZEND_AC…
874 …ZEND_ME(ReflectionProperty, setAccessible, arginfo_class_ReflectionProperty_setAccessible, ZEND_AC…
875 ZEND_ME(ReflectionProperty, getType, arginfo_class_ReflectionProperty_getType, ZEND_ACC_PUBLIC)
876 ZEND_ME(ReflectionProperty, hasType, arginfo_class_ReflectionProperty_hasType, ZEND_ACC_PUBLIC)
877 …ZEND_ME(ReflectionProperty, hasDefaultValue, arginfo_class_ReflectionProperty_hasDefaultValue, ZEN…
878 …ZEND_ME(ReflectionProperty, getDefaultValue, arginfo_class_ReflectionProperty_getDefaultValue, ZEN…
879 …ZEND_ME(ReflectionProperty, getAttributes, arginfo_class_ReflectionProperty_getAttributes, ZEND_AC…