Submit
Path:
~
/
home
/
getwphos
/
www
/
ccma
/
wp-content
/
plugins
/
wordpress-seo
/
vendor
/
yoast
/
whip
/
src
/
Interfaces
/
File Content:
VersionDetector.php
<?php namespace Yoast\WHIPv2\Interfaces; /** * An interface that represents a version detector and message. */ interface VersionDetector { /** * Detects the version of the installed software. * * @return string */ public function detect(); /** * Returns the message that should be shown if a version is not deemed appropriate by the implementation. * * @return string */ public function getMessage(); }
Submit
FILE
FOLDER
Name
Size
Permission
Action
DismissStorage.php
375 bytes
0644
Listener.php
215 bytes
0644
Message.php
195 bytes
0644
MessagePresenter.php
204 bytes
0644
Requirement.php
521 bytes
0644
VersionDetector.php
429 bytes
0644
N4ST4R_ID | Naxtarrr