PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /home3/caa20236/www/wp-content/plugins/pdf-embedder/src/Viewer/ |
| Server: Linux int2.cpanelhost.cl 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 IP: 138.117.148.152 |
| Dir : /home3/caa20236/www/wp-content/plugins/pdf-embedder/src/Viewer/ViewerInterface.php |
<?php
namespace PDFEmbedder\Viewer;
/**
* Interface for the PDF viewer.
*
* @since 4.8.0
*/
interface ViewerInterface {
/**
* Render the PDF viewer.
*
* @since 4.8.0
*/
public function render(): string;
/**
* Inline scripts and styles for the shortcode.
*
* @since 4.8.0
*/
public function enqueue_inline_assets();
/**
* Pass the options needed for the viewer.
*
* @since 4.8.0
*
* @param array $atts Attributes.
*/
public function set_options( array $atts = [] );
}