XOOPS  2.6.0
XoopsLogger Class Reference

Public Member Functions

 __call ($method, $args)
 
 __get ($var)
 
 __set ($var, $val)
 

Static Public Member Functions

static getInstance ()
 

Private Member Functions

 deprecatedWarning ()
 

Detailed Description

Definition at line 30 of file xoopslogger.php.

Member Function Documentation

XoopsLogger::__call (   $method,
  $args 
)

magic call method

Parameters
string$methoddoes nothing
mixed$argsdoes nothing
Returns
void

Definition at line 94 of file xoopslogger.php.

References deprecatedWarning().

Here is the call graph for this function:

XoopsLogger::__get (   $var)

magic get method

Parameters
mixed$vardoes nothing
Returns
void

Definition at line 80 of file xoopslogger.php.

References deprecatedWarning().

Here is the call graph for this function:

XoopsLogger::__set (   $var,
  $val 
)

magic set method

Parameters
string$vardoes nothing
mixed$valdoes nothing
Returns
void

Definition at line 67 of file xoopslogger.php.

References deprecatedWarning().

Here is the call graph for this function:

XoopsLogger::deprecatedWarning ( )
private

deprecatedWarning - centralized warning for all methods

Returns
void

Definition at line 53 of file xoopslogger.php.

References Xoops\getInstance().

Referenced by __call(), __get(), and __set().

Here is the call graph for this function:

Here is the caller graph for this function:

static XoopsLogger::getInstance ( )
static

getInstance - get only instance of this class

Returns
object XoopsLogger
Deprecated:

Definition at line 38 of file xoopslogger.php.


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