ExtensionInfo

Class ExtensionInfo
Methods Summary
public
# __construct( ReflectionClass $reflection , bool $strictMode = false )
ExtensionInfo constructor.
protected
# parseForInfo( ReflectionClass $reflection )
Parse Info for Reflection to fill the default properties information.
public
# isStrictMode( )
Check if on Strict Mode.
public
# isValid( )
Check if provide valid reflection.
public
# getDescription( )
Get default description.
public
# getVersion( )
Get default version.
public
# getName( )
Get default version.
public
# getClassPath( )
Get class class file path.
public
# getClassName( )
Get class name.
public
# __sleep( )
Magic Method __sleep keep the data when object being serialize.
public
# __wakeup( )
Magic Method __wakeup() process when serialized object being unserialize.
Properties Summary
protected string $className
Class name property.
# NULL
protected string $classPath
Real path of class file placed.
# NULL
protected string $name
Extension name.
# NULL
protected string $description
Extension description.
# NULL
protected string $version
Extension version string.
# NULL
protected bool $strictMode
Strict mode.
# NULL