FRED™  3.0
FRED™: Framework for Rapid and Easy Development
Server.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Rsi\Fred\Security;
4 
5 abstract class Server extends \Rsi\Fred\Component{
6 
7  /**
8  * Perform the check.
9  */
10  abstract public function check();
11 
12 }
check()
Perform the check.