PATH:
home
/
sparklp6
/
public_html
/
website_356c8563
/
wp-content
/
plugins
/
wp-mail-smtp
/
src
/
Admin
<?php namespace WPMailSMTP\Admin; /** * Class PageInterface defines what should be in each page class. * * @since 1.0.0 */ interface PageInterface { /** * URL to a tab. * * @since 1.0.0 * * @return string */ public function get_link(); /** * Title of a tab. * * @since 1.0.0 * * @return string */ public function get_title(); /** * Link label of a tab. * * @since 1.0.0 * * @return string */ public function get_label(); /** * Tab content. * * @since 1.0.0 */ public function display(); }
[+]
Pages
[-] PageAbstract.php
[edit]
[-] Review.php
[edit]
[-] Area.php
[edit]
[-] .htaccess
[edit]
[-] ConnectionSettings.php
[edit]
[-] Notifications.php
[edit]
[-] SetupWizard.php
[edit]
[-] ParentPageAbstract.php
[edit]
[-] Education.php
[edit]
[+]
DebugEvents
[-] AdminBarMenu.php
[edit]
[-] PageInterface.php
[edit]
[-] PluginsInstallSkin.php
[edit]
[-] DomainChecker.php
[edit]
[-] FlyoutMenu.php
[edit]
[+]
..
[-] DashboardWidget.php
[edit]