PHP Class Bitrix24\Im\Attach\Item\Link

Inheritance: implements Bitrix24\Im\Attach\iAttachItem
Afficher le fichier Open project: mesilov/bitrix24-php-sdk Class Usage Examples

Protected Properties

Свойство Type Description
$description
$link
$name
$preview string

Méthodes publiques

Méthode Description
__construct ( $name, $link, $description, $preview ) Link constructor.
getAttachData ( ) : array
getAttachTypeCode ( ) : string

Method Details

__construct() public méthode

Link constructor.
public __construct ( $name, $link, $description, $preview )
$name string required
$link string required
$description string
$preview string required

getAttachData() public méthode

public getAttachData ( ) : array
Résultat array

getAttachTypeCode() public méthode

public getAttachTypeCode ( ) : string
Résultat string

Property Details

$description protected_oe property

protected $description

$name protected_oe property

protected $name

$preview protected_oe property

protected string $preview
Résultat string