XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
AbstractAction Class Reference
Inheritance diagram for AbstractAction:
blacklistAction deleteAction deleteallAction favoritesAction indexAction newAction searchAction sendAction settingsAction viewAction

Public Member Functions

 getUrl ()
 
 getisError ()
 
 geterrMsg ()
 
 chk_use ($uid=0)
 
 getSettings ($uid=0)
 
 getLinkUnameFromId ($uid, $uname='')
 
 execute ()
 
 executeView (&$render)
 

Protected Member Functions

 setUrl ($url)
 
 setErr ($msg)
 
 getMailer ()
 

Protected Attributes

 $isError = false
 
 $errMsg = ''
 
 $root
 
 $url = 'index.php'
 
 $unamelink = []
 

Detailed Description

Definition at line 19 of file AbstractAction.class.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Definition at line 27 of file AbstractAction.class.php.

Member Function Documentation

◆ chk_use()

chk_use ( $uid = 0)

Definition at line 58 of file AbstractAction.class.php.

◆ execute()

execute ( )
abstract

Reimplemented in viewAction.

◆ executeView()

executeView ( & $render)
abstract

Reimplemented in deleteAction.

◆ geterrMsg()

geterrMsg ( )

Definition at line 53 of file AbstractAction.class.php.

◆ getisError()

getisError ( )

Definition at line 48 of file AbstractAction.class.php.

◆ getLinkUnameFromId()

getLinkUnameFromId ( $uid,
$uname = '' )

Definition at line 79 of file AbstractAction.class.php.

◆ getMailer()

getMailer ( )
protected

Definition at line 99 of file AbstractAction.class.php.

◆ getSettings()

getSettings ( $uid = 0)

Definition at line 64 of file AbstractAction.class.php.

◆ getUrl()

getUrl ( )

Definition at line 37 of file AbstractAction.class.php.

◆ setErr()

setErr ( $msg)
protected

Definition at line 42 of file AbstractAction.class.php.

◆ setUrl()

setUrl ( $url)
protected

Definition at line 32 of file AbstractAction.class.php.

Field Documentation

◆ $errMsg

$errMsg = ''
protected

Definition at line 22 of file AbstractAction.class.php.

◆ $isError

$isError = false
protected

Definition at line 21 of file AbstractAction.class.php.

◆ $root

$root
protected

Definition at line 23 of file AbstractAction.class.php.

◆ $unamelink

$unamelink = []
protected

Definition at line 25 of file AbstractAction.class.php.

◆ $url

$url = 'index.php'
protected

Definition at line 24 of file AbstractAction.class.php.


The documentation for this class was generated from the following file: