/* Decoded by unphp.net */ isNew( true ) == true || $this->Validator->isValid() == true ) && $this->getStatus() == 10 ) { $obj_class = "TTLicense"; $obj_function = "validateLicense"; $obj_error_msg_function = "getFullErrorMessage"; @$obj = new $obj_class; $retval = $obj->{$obj_function}(null, array("employee" => $this)); if ( $retval !== true ) { $this->Validator->isTrue( 'status_id', false, $obj->{$obj_error_msg_function}($retval) ); } } ?>