showsItemExtra() public method

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