PMA\libraries\plugins\schema\eps\Eps::show PHP Method

show() public method

Output/Display the text
public show ( string $text ) : void
$text string The string to be displayed
return void
    public function show($text)
    {
        $this->stringCommands .= '(' . $text . ") show \n";
    }