Submit
Path:
~
/
home
/
getwphos
/
www
/
ccma
/
wp-content
/
plugins
/
wordpress-seo
/
vendor
/
yoast
/
whip
/
src
/
Interfaces
/
File Content:
DismissStorage.php
<?php namespace Yoast\WHIPv2\Interfaces; /** * Interface DismissStorage. */ interface DismissStorage { /** * Saves the value. * * @param int $dismissedValue The value to save. * * @return bool True when successful. */ public function set( $dismissedValue ); /** * Returns the value. * * @return int The stored value. */ public function get(); }
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