-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/scripts/dev/generate-phpt/src/setup/
File Upload :
Current File : //usr/src/php/scripts/dev/generate-phpt/src/setup/gtPreCondition.php

<?php

/**
 * parent class for preconditions
 *
 */
abstract class gtPreCondition {
  
  abstract public function check($clo); 
  
  abstract public function getMessage(); 
  
}
?>

Copyright © 2017 || Recoded By Mr.Bumblebee