Bitrix24\Im\Attach\Attach::getAttachItems PHP Method

getAttachItems() public method

public getAttachItems ( ) : array
return 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();
 }