AdminPageFrameworkLoader_Registry::getInfo PHP Method

getInfo() public static method

Returns the information of this class.
Since: 3.5.0
public static getInfo ( ) : array
return array
    public static function getInfo()
    {
        $_oReflection = new ReflectionClass(__CLASS__);
        return $_oReflection->getConstants() + $_oReflection->getStaticProperties();
    }