PHP Class Bitrix24\Im\Attach\Item\File

Inheritance: implements Bitrix24\Im\Attach\iAttachItem
Show file Open project: mesilov/bitrix24-php-sdk Class Usage Examples

Protected Properties

Property Type Description
$link
$name
$size

Public Methods

Method Description
__construct ( $link, $name, $size ) Image constructor.
getAttachData ( ) : array
getAttachTypeCode ( ) : string

Method Details

__construct() public method

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

getAttachData() public method

public getAttachData ( ) : array
return array

getAttachTypeCode() public method

public getAttachTypeCode ( ) : string
return string

Property Details

$name protected property

protected $name

$size protected property

protected $size