interface PropertyListExtractorInterface Extracts the list of properties available for the given
Classes
string[]|null getProperties(string $class, array $context = array()) Gets the list of properties
bool|null isReadable(string $class, string $property, array $context = array()) Is the property
interface PropertyInfoExtractorInterface implements
bool|null isWritable(string $class, string $property, array $context = array()) Is the property
class PropertyInfoCacheExtractor implements
string getBuiltinType() Gets built-in type. Can be bool, int, float, string, array, object
string|null getClassName() Gets the class name. Only applicable if the built-in type is
string|null getLongDescription(string $class, string $property, array $context = array()) Gets
Page 1 of 4