PHP Class Bitrix24\Im\Attach\Item\Delimiter

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

Protected Properties

Property Type Description
$color
$size

Public Methods

Method Description
__construct ( $size = null, $color = null ) Delimiter constructor.
getAttachData ( ) : array
getAttachTypeCode ( ) : string

Method Details

__construct() public method

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

getAttachData() public method

public getAttachData ( ) : array
return array

getAttachTypeCode() public method

public getAttachTypeCode ( ) : string
return string

Property Details

$color protected_oe property

protected $color

$size protected_oe property

protected $size