App\Libraries\Skype\CarouselCard::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        $this->contentType = 'application/vnd.microsoft.card.carousel';
        $this->attachments = [];
    }