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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$description
$link
$name
$preview string

공개 메소드들

메소드 설명
__construct ( $name, $link, $description, $preview ) Link constructor.
getAttachData ( ) : array
getAttachTypeCode ( ) : string

메소드 상세

__construct() 공개 메소드

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

getAttachData() 공개 메소드

public getAttachData ( ) : array
리턴 array

getAttachTypeCode() 공개 메소드

public getAttachTypeCode ( ) : string
리턴 string

프로퍼티 상세

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

protected $description

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

protected $name

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

protected string $preview
리턴 string