Copied!

Gets info about PHP class properties.

A convenient interface inheriting all specific info interfaces.

AbstractInterface
Methods
public abstract Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface::getLongDescription(string $class, string $property, array $context = []) : ?string
 

Gets the long description of the property.

public abstract Symfony\Component\PropertyInfo\PropertyListExtractorInterface::getProperties(string $class, array $context = [])
 

Gets the list of properties available for the given class.

  • return string[]|null
public abstract Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface::getShortDescription(string $class, string $property, array $context = []) : ?string
 

Gets the short description of the property.

public abstract Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface::getTypes(string $class, string $property, array $context = [])
 

Gets types of a property.

  • return \Type[]|null
public abstract Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface::isReadable(string $class, string $property, array $context = [])
 

Is the property readable?

  • return bool|null
public abstract Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface::isWritable(string $class, string $property, array $context = [])
 

Is the property writable?

  • return bool|null
© 2023 Bruce Wells
Search Namespaces \ Classes
Configuration