App\Libraries\Skype\CarouselCard::__construct PHP Méthode

__construct() public méthode

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