PMA\libraries\engines\Innodb::getMysqlHelpPage PHP Method

getMysqlHelpPage() public method

returns string with filename for the MySQL helppage about this storage engine
public getMysqlHelpPage ( ) : string
return string mysql helppage filename
    public function getMysqlHelpPage()
    {
        return 'innodb-storage-engine';
    }