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

__construct() public méthode

public __construct ( $type )
    public function __construct($type)
    {
        $this->type = $type;
        $this->attachments = [];
    }