| 1 | <?php |
||
| 16 | class EspressoWidget extends \WP_Widget |
||
| 17 | { |
||
| 18 | |||
| 19 | |||
| 20 | |||
| 21 | /** |
||
| 22 | * @param string $name |
||
| 23 | * @param array $widget_options |
||
| 24 | * @param array $control_options |
||
| 25 | */ |
||
| 26 | public function __construct($name = '', array $widget_options = array(), array $control_options = array()) |
||
| 35 | |||
| 36 | |||
| 37 | |||
| 38 | /** |
||
| 39 | * @param string $widget_class |
||
| 40 | * @return string |
||
| 41 | */ |
||
| 42 | public static function getIdBase($widget_class) |
||
| 46 | |||
| 47 | |||
| 48 | } |
||
| 49 | // End of file EspressoWidget.php |
||
| 50 | // Location: EventEspresso\widgets/EspressoWidget.php |