PHP 클래스 Bitrix24\Im\Attach\Attach

상속: implements Bitrix24\Im\Attach\iAttach
파일 보기 프로젝트 열기: mesilov/bitrix24-php-sdk 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$attachItems array
$color string hex color see iAttach interface
$id integer Unix timestamp

공개 메소드들

메소드 설명
__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

비공개 메소드들

메소드 설명
getAttachList ( ) : array

메소드 상세

__construct() 공개 메소드

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

add() 공개 메소드

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

getAttachItems() 공개 메소드

public getAttachItems ( ) : array
리턴 array

getData() 공개 메소드

public getData ( ) : array
리턴 array

setStatusAttention() 공개 메소드

public setStatusAttention ( ) : mixed
리턴 mixed

setStatusNormal() 공개 메소드

public setStatusNormal ( ) : mixed
리턴 mixed

setStatusProblem() 공개 메소드

public setStatusProblem ( ) : mixed
리턴 mixed

프로퍼티 상세

$attachItems 보호되어 있는 프로퍼티

protected array $attachItems
리턴 array

$color 보호되어 있는 프로퍼티

hex color see iAttach interface
protected string $color
리턴 string

$id 보호되어 있는 프로퍼티

Unix timestamp
protected int $id
리턴 integer