PHP 클래스 Bitrix24\Im\Attach\Item\Delimiter

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

보호된 프로퍼티들

프로퍼티 타입 설명
$color
$size

공개 메소드들

메소드 설명
__construct ( $size = null, $color = null ) Delimiter constructor.
getAttachData ( ) : array
getAttachTypeCode ( ) : string

메소드 상세

__construct() 공개 메소드

Delimiter constructor.
public __construct ( $size = null, $color = null )
$size
$color

getAttachData() 공개 메소드

public getAttachData ( ) : array
리턴 array

getAttachTypeCode() 공개 메소드

public getAttachTypeCode ( ) : string
리턴 string

프로퍼티 상세

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

protected $color

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

protected $size