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

__construct() public method

public __construct ( )
    public function __construct()
    {
        $this->contentType = 'application/vnd.microsoft.card.hero';
        $this->content = new stdClass();
        $this->content->buttons = [];
    }