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

public getAttachTypeCode ( ) : string
Результат string
Пример #1
0
 /**
  * @covers \Bitrix24\Im\Attach\Item\File::getAttachTypeCode
  */
 public function testFileTypeCode()
 {
     $obItem = new File(null, null, null);
     $this->assertSame($obItem->getAttachTypeCode(), 'FILE');
 }