getIcon() public method

(non-PHPdoc)
See also: include Gc\Component\IterableInterface#getIcon()
public getIcon ( ) : mixed
return mixed
Example #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetEmptyIcon()
 {
     $this->object->getDocumentType()->setIconId(42000);
     $this->assertFalse($this->object->getIcon());
 }