Overview

Packages

  • Auth
    • Ads
    • Ldap
    • Xoops
  • Autotasks
  • Config
    • Category
    • Item
    • Option
  • Core
    • Filesystem
    • Filters
    • Logger
    • Mail
    • Message
    • Password
    • Security
    • StopSpammer
    • Template
    • Textsanitizer
    • VersionChecker
  • Data
    • Avatar
    • Comment
  • Database
    • Connection
    • Criteria
    • Legacy
    • MySQL
    • PDO
    • Updater
  • Feeds
    • RSS
  • File
  • Form
    • Base
    • Elements
  • ICMS
    • IPF
      • View
  • Image
    • Category
  • Ipf
    • Category
    • Controller
    • Export
    • form
    • Keyhighlighter
    • Member
    • Object
    • Permission
    • richfile
    • Tree
    • urllink
    • View
  • kernel
    • Set
  • Member
    • Group
    • GroupMembership
    • GroupPermission
    • User
  • Messaging
  • Module
  • None
  • Notification
  • Page
  • Plugins
    • Editor
  • Preload
    • Libraries
  • Privmessage
  • Session
  • SmartObject
  • View
    • Block
    • Breadcrumb
    • PageNav
    • PrinterFriendly
    • Template
    • Templates
    • Theme
    • Tree

Classes

  • icms_data_notification_Handler
  • icms_data_notification_Object
  • Overview
  • Package
  • Class

Class icms_data_notification_Object

A Notification

icms_core_Object
Extended by icms_data_notification_Object
Package: Notification
Category: ICMS
Copyright: copyright (c) 2000-2007 XOOPS.org
License: LICENSE.txt
Author: Michael van Dam mvandam@caltech.edu
Located at data/notification/Object.php
Methods summary
public
# __construct( )

Constructor

Constructor

Overrides

icms_core_Object::__construct()
public boolean
# notifyUser( string $template_dir, string $template, string $subject, array $tags )

Send a notification message to the user

Send a notification message to the user

Parameters

$template_dir
Template directory
$template
Template name
$subject
Subject line for notification message
$tags
Array of substitutions for template variables

Returns

boolean
true if success, false if error
Methods inherited from icms_core_Object
assignVar(), assignVars(), cleanVars(), getErrors(), getHtmlErrors(), getValues(), getVar(), getVars(), initVar(), isDirty(), isNew(), isNewConfig(), registerFilter(), setDirty(), setErrors(), setFormVars(), setNew(), setNewConfig(), setVar(), setVars(), unsetDirty(), unsetNew(), unsetNewConfig(), xoopsClone()
Properties inherited from icms_core_Object
$_isNewConfig, $cleanVars, $vars
API documentation generated by ApiGen