00001 <?php 00002 00008 abstract class spunQ_FieldValidator implements spunQ_IFieldValidator { 00009 00014 protected $messageKey; 00015 00021 protected function __construct($messageKey) { 00022 $this->messageKey = $messageKey; 00023 return NULL; 00024 } 00025 00029 public function showJsValidationString($typePath, $messagePrefix) { 00030 return false; 00031 } 00032 00033 } 00034
1.5.9