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

(non-PHPdoc)
См. также: include Gc\Component\IterableInterface#getIcon()
public getIcon ( ) : mixed
Результат mixed
Пример #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetEmptyIcon()
 {
     $this->object->getDocumentType()->setIconId(42000);
     $this->assertFalse($this->object->getIcon());
 }