Home
last modified time | relevance | path

Searched defs:property (Results 176 – 200 of 248) sorted by last modified time

12345678910

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DSimpleAnnotationReader.php81 public function getPropertyAnnotations(\ReflectionProperty $property)
117 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName)
H A DIndexedReader.php89 public function getPropertyAnnotations(\ReflectionProperty $property)
102 public function getPropertyAnnotation(\ReflectionProperty $property, $annotation)
H A DCachedReader.php103 public function getPropertyAnnotations(\ReflectionProperty $property)
123 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName)
H A DReader.php78 function getPropertyAnnotations(\ReflectionProperty $property);
88 function getPropertyAnnotation(\ReflectionProperty $property, $annotationName);
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/tests/Fixtures/
H A DExceptionThrower.php17 private $property; variable in SebastianBergmann\\ObjectEnumerator\\Fixtures\\ExceptionThrower
24 public function __get($property)
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicy.php111 public function checkPropertyAllowed($obj, $property)
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php203 private function copyObjectProperty($object, ReflectionProperty $property)
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/
H A DDoctrineCollectionFilter.php18 public function apply($object, $property, $objectCopier)
H A DDoctrineEmptyCollectionFilter.php21 public function apply($object, $property, $objectCopier)
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Filter/
H A DReplaceFilter.php30 public function apply($object, $property, $objectCopier)
H A DFilter.php17 public function apply($object, $property, $objectCopier);
H A DKeepFilter.php12 public function apply($object, $property, $objectCopier)
H A DSetNullFilter.php17 public function apply($object, $property, $objectCopier)
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js3 …,h,m),g=+b.call(this,h,m)]),y.push([+_.call(this,h,m),+w.call(this,h,m)])):d.length&&(l(),d=[],y=[…
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/
H A DDoctrineProxyMatcher.php18 public function matches($object, $property)
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DPropertyMatcher.php18 private $property; variable in DeepCopy\\Matcher\\PropertyMatcher
24 public function __construct($class, $property)
35 public function matches($object, $property)
H A DPropertyNameMatcher.php13 private $property; variable in DeepCopy\\Matcher\\PropertyNameMatcher
18 public function __construct($property)
28 public function matches($object, $property)
H A DPropertyTypeMatcher.php34 public function matches($object, $property)
/plugin/findologicxmlexport/vendor/jms/serializer/src/Naming/
H A DCamelCaseNamingStrategy.php35 public function translateName(PropertyMetadata $property): string
H A DIdenticalPropertyNamingStrategy.php11 public function translateName(PropertyMetadata $property): string
H A DPropertyNamingStrategyInterface.php22 public function translateName(PropertyMetadata $property): string;
H A DSerializedNameAnnotationStrategy.php29 public function translateName(PropertyMetadata $property): string
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php208 public function addProperty(Property $property)
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DVersionExclusionStrategy.php34 public function shouldSkipProperty(PropertyMetadata $property, Context $navigatorContext): bool
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/
H A DClassMetadataTest.php71 …public function testAccessorTypePublicMethod($property, $getterInit, $setterInit, $getterName, $se…

12345678910