showsItemExtra() public méthode

Whether or not the menu item is showing the menustyle extra value
public showsItemExtra ( ) : boolean
Résultat boolean
Exemple #1
0
 public function testShowsItemExtraReturnsFalse()
 {
     $item = new AsciiArtItem('////\\\\');
     $this->assertFalse($item->showsItemExtra());
 }