Prado\Web\UI\WebControls\TJavascriptLogger::getToggleKey PHP Méthode

getToggleKey() public méthode

public getToggleKey ( ) : string
Résultat string keyboard key for toggling the console.
    public function getToggleKey()
    {
        return $this->getViewState('ToggleKey', 'j');
    }