Home
last modified time | relevance | path

Searched refs:VISIBILITY_PROTECTED (Results 1 – 25 of 239) sorted by relevance

12345678910

/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Code/Generator/
H A DAbstractMemberGenerator.php29 const VISIBILITY_PROTECTED = 'protected'; define in Zend\\Code\\Generator\\AbstractMemberGenerator
149 case self::VISIBILITY_PROTECTED:
169 return self::VISIBILITY_PROTECTED;
H A DPropertyGenerator.php53 $property->setVisibility(self::VISIBILITY_PROTECTED);
/dports/www/phpbb3/phpBB3/vendor/zendframework/zend-code/src/Generator/
H A DAbstractMemberGenerator.php34 const VISIBILITY_PROTECTED = 'protected'; define in Zend\\Code\\Generator\\AbstractMemberGenerator
171 case self::VISIBILITY_PROTECTED:
191 return self::VISIBILITY_PROTECTED;
H A DPropertyGenerator.php66 $property->setVisibility(self::VISIBILITY_PROTECTED);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-code/src/Generator/
H A DAbstractMemberGenerator.php33 const VISIBILITY_PROTECTED = 'protected'; define in Laminas\\Code\\Generator\\AbstractMemberGenerator
170 case self::VISIBILITY_PROTECTED:
190 return self::VISIBILITY_PROTECTED;
H A DPropertyGenerator.php65 $property->setVisibility(self::VISIBILITY_PROTECTED);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extbase/Classes/Reflection/ClassSchema/
H A DPropertyCharacteristics.php28 public const VISIBILITY_PROTECTED = 1 << 1; define in TYPO3\\CMS\\Extbase\\Reflection\\ClassSchema\\PropertyCharacteristics
H A DProperty.php116 return $this->characteristics->get(PropertyCharacteristics::VISIBILITY_PROTECTED);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Reflection/ClassSchema/
H A DPropertyCharacteristics.php28 public const VISIBILITY_PROTECTED = 1 << 1; define in TYPO3\\CMS\\Extbase\\Reflection\\ClassSchema\\PropertyCharacteristics
H A DProperty.php116 return $this->characteristics->get(PropertyCharacteristics::VISIBILITY_PROTECTED);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/property-info/
H A DPropertyReadInfo.php27 public const VISIBILITY_PROTECTED = 'protected'; define in Symfony\\Component\\PropertyInfo\\PropertyReadInfo
H A DPropertyWriteInfo.php30 public const VISIBILITY_PROTECTED = 'protected'; define in Symfony\\Component\\PropertyInfo\\PropertyWriteInfo
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dflag-types.h101 VISIBILITY_PROTECTED, enumerator
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dflag-types.h101 VISIBILITY_PROTECTED, enumerator
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dflag-types.h101 VISIBILITY_PROTECTED, enumerator
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dflags.h69 VISIBILITY_PROTECTED enumerator
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/property-info/Extractor/
H A DReflectionExtractor.php828 return PropertyReadInfo::VISIBILITY_PROTECTED;
841 return PropertyReadInfo::VISIBILITY_PROTECTED;
854 return PropertyWriteInfo::VISIBILITY_PROTECTED;
867 return PropertyWriteInfo::VISIBILITY_PROTECTED;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dcoretypes.h299 VISIBILITY_PROTECTED, enumerator
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcoretypes.h299 VISIBILITY_PROTECTED, enumerator
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcoretypes.h364 VISIBILITY_PROTECTED, enumerator
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dcoretypes.h364 VISIBILITY_PROTECTED, enumerator
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dcoretypes.h364 VISIBILITY_PROTECTED, enumerator
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dcoretypes.h364 VISIBILITY_PROTECTED, enumerator
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcoretypes.h364 VISIBILITY_PROTECTED, enumerator
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dcoretypes.h364 VISIBILITY_PROTECTED, enumerator

12345678910