Bitrix24\Im\Attach\Attach::getAttachItems PHP Метод

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

public getAttachItems ( ) : array
Результат array
    public function getAttachItems()
    {
        return $this->attachItems;
    }

Usage Example

Пример #1
0
 /**
  * @covers \Bitrix24\Im\Attach\Attach::getAttachItems
  */
 public function testAttachGetAttachItems()
 {
     $obItem = new Attach(null, null);
     $obItem->getAttachItems();
 }