Type::getCollectionKeyType()
  • References/PHP/Symfony/Component/PropertyInfo

Type|null getCollectionKeyType()

2025-01-10 15:47:30
Type::getClassName()
  • References/PHP/Symfony/Component/PropertyInfo

string|null getClassName() Gets the class name. Only applicable if the built-in type is

2025-01-10 15:47:30
PropertyInfoExtractor::getTypes()
  • References/PHP/Symfony/Component/PropertyInfo

Type[]|null getTypes(string $class, string $property

2025-01-10 15:47:30
Type::isNullable()
  • References/PHP/Symfony/Component/PropertyInfo

bool isNullable() Allows null value? Return

2025-01-10 15:47:30
PropertyInfoCacheExtractor::getProperties()
  • References/PHP/Symfony/Component/PropertyInfo

string[]|null getProperties(string $class, array $context = array()) Gets the list of properties

2025-01-10 15:47:30
PhpDocExtractor::getTypes()
  • References/PHP/Symfony/Component/PropertyInfo/Extractor

Type[]|null getTypes(string $class, string $property

2025-01-10 15:47:30
PropertyAccessExtractorInterface::isWritable()
  • References/PHP/Symfony/Component/PropertyInfo

bool|null isWritable(string $class, string $property, array $context = array()) Is the property

2025-01-10 15:47:30
PropertyInfoExtractor::getLongDescription()
  • References/PHP/Symfony/Component/PropertyInfo

string|null getLongDescription(string $class, string $property, array $context = array()) Gets

2025-01-10 15:47:30
Type::getBuiltinType()
  • References/PHP/Symfony/Component/PropertyInfo

string getBuiltinType() Gets built-in type. Can be bool, int, float, string, array, object

2025-01-10 15:47:30
ReflectionExtractor::getProperties()
  • References/PHP/Symfony/Component/PropertyInfo/Extractor

string[]|null getProperties(string $class, array $context = array()) Gets the list of properties

2025-01-10 15:47:30