getIcon() public method

(non-PHPdoc)
See also: include Gc\Component\IterableInterface#getIcon()
public getIcon ( ) : string
return string
Example #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetIcon()
 {
     $this->assertEquals('folder', $this->object->getIcon());
 }