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

__construct() public méthode

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