Get All the actions possible
static array(integer=>integer)
getAllActions
( $cms_language)
Get by resource
static array(CMS_log)
getByResource
(CMS_ $moduleCodename, $resourceId, [ $start = 0], [ $limit = false], [ $order = 'datetime'], [ $direction = 'desc'], [ $returnCount = false])
-
CMS_
$moduleCodename
-
$resourceId
-
$start
-
$limit
-
$order
-
$direction
-
$returnCount
Get by resource
static array(CMS_log)
getByResourceAction
(CMS_ $moduleCodename, $resourceId, $action, [ $limit = false])
-
CMS_
$moduleCodename
-
$resourceId
-
$action
-
$limit
Get All the emails actions possible
static array(integer=>integer)
getEmailActions
()
Get All the login actions possible
static array(integer=>integer)
getLoginActions
()
Get All the misc actions possible
static array(integer=>integer)
getMiscActions
()
Get All the modules actions possible
static array(integer=>integer)
getModulesActions
( $cms_language)
Get All the resource actions possible
static array(integer=>integer)
getResourceActions
()
Purge (delete) log
static boolean
purge
([ $moduleCodename = ''], [ $resourceId = 0], [ $userId = 0], [ $types = array()])
-
$moduleCodename
-
$resourceId
-
$userId
-
$types
Search log
static array(CMS_log)
search
([ $moduleCodename = ''], [ $resourceId = 0], [ $userId = 0], [ $types = array()], [ $datestart = false], [ $dateend = false], [ $start = 0], [ $limit = false], [ $order = 'datetime'], [ $direction = 'desc'], [ $returnCount = false])
-
$moduleCodename
-
$resourceId
-
$userId
-
$types
-
$datestart
-
$dateend
-
$start
-
$limit
-
$order
-
$direction
-
$returnCount
Inherited Methods
Inherited From CMS_grandFather
CMS_grandFather::autoload()
CMS_grandFather::hasError()
CMS_grandFather::log()
CMS_grandFather::PHPErrorHandler()
CMS_grandFather::raiseError()
CMS_grandFather::setDebug()
CMS_grandFather::setLog()
CMS_grandFather::_raiseError()
CMS_grandFather::__call()