Bitrix24\Im\Attach\Item\File::__construct PHP Метод

__construct() публичный Метод

Image constructor.
public __construct ( $link, $name, $size )
$link
$name
$size
    public function __construct($link, $name, $size)
    {
        $this->name = $name;
        $this->link = $link;
        $this->size = $size;
    }