FRED™  3.0
FRED™: Framework for Rapid and Easy Development
Check.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Rsi\Fred\Health;
4 
5 abstract class Check extends \Rsi\Fred\Component{
6 
7  abstract public function check(&$message = null);
8 
9 }
Rsi\Fred\Health\Check\check
check(&$message=null)
Rsi\Fred\Component
Basic component class.
Definition: Component.php:8
Rsi\Fred\Health\Check
Definition: Check.php:5
Rsi\Fred\Health