PMA\libraries\Footer::__construct PHP Method

__construct() public method

Creates a new class instance
public __construct ( )
    public function __construct()
    {
        $this->_isEnabled = true;
        $this->_scripts = new Scripts();
        $this->_isMinimal = false;
    }