Bitrix24\Im\Attach\Item\Link::getAttachData PHP Метод

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

public getAttachData ( ) : array
Результат array
    public function getAttachData()
    {
        return array('NAME' => $this->name, 'DESC' => $this->description, 'LINK' => $this->link, 'PREVIEW' => $this->preview);
    }