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

Prints the menu and the breadcrumbs
public display ( ) : void
Результат void
Пример #1
0
 /**
  * Table menu display test
  *
  * @return void
  */
 function testTableDisplay()
 {
     $menu = new Menu('server', 'pma_test', '');
     $this->expectOutputString($menu->getDisplay());
     $menu->display();
 }