GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
Public Member Functions
WPUpgraderSkin Class Reference

This is class is used to catch errors and suppress output during product installation/update. More...

Inheritance diagram for WPUpgraderSkin:

Public Member Functions

 error ( $errors)
 Throws an error when one (or multiple) is encountered. More...
 
 feedback ( $feedback,... $args)
 Silences results. More...
 
 footer ()
 Silences footer display. More...
 
 header ()
 Silences header display. More...
 

Detailed Description

This is class is used to catch errors and suppress output during product installation/update.

Since
1.0.0
See also
WP_Upgrader_Skin

Definition at line 22 of file WPUpgraderSkin.php.

Member Function Documentation

◆ error()

error (   $errors)

Throws an error when one (or multiple) is encountered.

Since
1.0.0
Exceptions
Exception
Returns
void

Definition at line 63 of file WPUpgraderSkin.php.

References $output.

◆ feedback()

feedback (   $feedback,
  $args 
)

Silences results.

Since
1.0.0
Returns
void

Definition at line 51 of file WPUpgraderSkin.php.

◆ footer()

footer ( )

Silences footer display.

Since
1.0.0
Returns
void

Definition at line 41 of file WPUpgraderSkin.php.

◆ header()

header ( )

Silences header display.

Since
1.0.0
Returns
void

Definition at line 30 of file WPUpgraderSkin.php.


The documentation for this class was generated from the following file: