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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$link
$name
$size

공개 메소드들

메소드 설명
__construct ( $link, $name, $size ) Image constructor.
getAttachData ( ) : array
getAttachTypeCode ( ) : string

메소드 상세

__construct() 공개 메소드

Image constructor.
public __construct ( $link, $name, $size )
$link
$name
$size

getAttachData() 공개 메소드

public getAttachData ( ) : array
리턴 array

getAttachTypeCode() 공개 메소드

public getAttachTypeCode ( ) : string
리턴 string

프로퍼티 상세

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

protected $name

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

protected $size