PHP Class Bitrix24\Im\Attach\Attach

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

Protected Properties

Свойство Type Description
$attachItems array
$color string hex color see iAttach interface
$id integer Unix timestamp

Méthodes publiques

Méthode Description
__construct ( null | integer $id = null, null | string $color = null ) Attach constructor.
add ( Bitrix24\Im\Attach\iAttachItem $attachItem )
getAttachItems ( ) : array
getData ( ) : array
setStatusAttention ( ) : mixed
setStatusNormal ( ) : mixed
setStatusProblem ( ) : mixed

Private Methods

Méthode Description
getAttachList ( ) : array

Method Details

__construct() public méthode

Attach constructor.
public __construct ( null | integer $id = null, null | string $color = null )
$id null | integer
$color null | string

add() public méthode

public add ( Bitrix24\Im\Attach\iAttachItem $attachItem )
$attachItem Bitrix24\Im\Attach\iAttachItem

getAttachItems() public méthode

public getAttachItems ( ) : array
Résultat array

getData() public méthode

public getData ( ) : array
Résultat array

setStatusAttention() public méthode

public setStatusAttention ( ) : mixed
Résultat mixed

setStatusNormal() public méthode

public setStatusNormal ( ) : mixed
Résultat mixed

setStatusProblem() public méthode

public setStatusProblem ( ) : mixed
Résultat mixed

Property Details

$attachItems protected_oe property

protected array $attachItems
Résultat array

$color protected_oe property

hex color see iAttach interface
protected string $color
Résultat string

$id protected_oe property

Unix timestamp
protected int $id
Résultat integer