PMA\libraries\Menu::getHash PHP Метод

getHash() публичный Метод

Returns hash for the menu and the breadcrumbs
public getHash ( ) : string
Результат string
    public function getHash()
    {
        return substr(md5($this->_getMenu() . $this->_getBreadcrumbs()), 0, 8);
    }