[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/Util/ -> Properties.php (summary)

DTO containing the list of all non-static proxy properties and utility methods to access them in various formats/collections

Author: Marco Pivetta <ocramius@gmail.com>
License: MIT
File Size: 148 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 9 functions

  __construct()
  fromReflectionClass()
  filter()
  getPublicProperties()
  getProtectedProperties()
  getPrivateProperties()
  getAccessibleProperties()
  getGroupedPrivateProperties()
  getInstanceProperties()

Functions
Functions that are not part of a class:

__construct(array $properties)   X-Ref

param: ReflectionProperty[] $properties

fromReflectionClass(ReflectionClass $reflection)   X-Ref
No description

filter(array $excludedProperties)   X-Ref
No description

getPublicProperties()   X-Ref

return: ReflectionProperty[] indexed by the property internal visibility-aware name

getProtectedProperties()   X-Ref

return: ReflectionProperty[] indexed by the property internal visibility-aware name (\0*\0propertyName)

getPrivateProperties()   X-Ref

return: ReflectionProperty[] indexed by the property internal visibility-aware name (\0ClassName\0propertyName)

getAccessibleProperties()   X-Ref

return: ReflectionProperty[] indexed by the property internal visibility-aware name (\0*\0propertyName)

getGroupedPrivateProperties()   X-Ref

return: ReflectionProperty[][] indexed by class name and property name

getInstanceProperties()   X-Ref

return: ReflectionProperty[] indexed by the property internal visibility-aware name (\0*\0propertyName)



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1