phpDocumentor Testlink
[ class tree: Testlink ] [ index: Testlink ] [ all elements ]

Class: tlEvent

Source Location: /logger.class.php

Class tlEvent

Property Summary
mixed   $activityCode  
mixed   $description  
mixed   $logLevel  
mixed   $objectID  
mixed   $objectType  
mixed   $sessionID  
mixed   $source  
mixed   $timestamp  
mixed   $transaction  
mixed   $transactionID  
mixed   $userID  

[ Top ]
Method Summary
static void   getAll()  
static void   getByID()  
static void   getByIDs()  
tlEvent   __construct()  
void   deleteFromDB()  
void   getLogLevel()  
void   initialize()  
void   readFromDB()  
void   writeToDB()  
void   _clean()  

[ Top ]
Properties
mixed   $activityCode = null [line 527]
API Tags:
Access:  public


[ Top ]
mixed   $description = null [line 520]
API Tags:
Access:  public


[ Top ]
mixed   $logLevel = null [line 519]
API Tags:
Access:  public


[ Top ]
mixed   $objectID = null [line 528]
API Tags:
Access:  public


Redefinition of:
tlObject::$objectID

[ Top ]
mixed   $objectType = null [line 529]
API Tags:
Access:  public


[ Top ]
mixed   $sessionID = null [line 524]
API Tags:
Access:  public


[ Top ]
mixed   $source = null [line 521]
API Tags:
Access:  public


[ Top ]
mixed   $timestamp = null [line 522]
API Tags:
Access:  public


[ Top ]
mixed   $transaction = null [line 531]
API Tags:
Access:  public


[ Top ]
mixed   $transactionID = null [line 525]
API Tags:
Access:  public


[ Top ]
mixed   $userID = null [line 523]
API Tags:
Access:  public


[ Top ]
Methods
static method getAll  [line 668]

  static void getAll( &$db, [ $whereClause = null], [ $column = null], [ $orderBy = null], [ $detailLevel = self::TLOBJ_O_GET_DETAIL_FULL]  )

Parameters:
   &$db: 
   $whereClause: 
   $column: 
   $orderBy: 
   $detailLevel: 

API Tags:
Access:  public


[ Top ]
static method getByID  [line 658]

  static void getByID( &$db, $id, [ $detailLevel = self::TLOBJ_O_GET_DETAIL_FULL]  )

Parameters:
   &$db: 
   $id: 
   $detailLevel: 

API Tags:
Access:  public


[ Top ]
static method getByIDs  [line 663]

  static void getByIDs( &$db, $ids, [ $detailLevel = self::TLOBJ_O_GET_DETAIL_FULL]  )

Parameters:
   &$db: 
   $ids: 
   $detailLevel: 

API Tags:
Access:  public


[ Top ]
Constructor __construct  [line 541]

  tlEvent __construct( [ $dbID = null]  )

Parameters:
   $dbID: 

API Tags:
Access:  public


Redefinition of:
tlDBObject::__construct()

[ Top ]
deleteFromDB  [line 653]

  void deleteFromDB( &$db  )

Parameters:
   &$db: 

API Tags:
Access:  public


[ Top ]
getLogLevel  [line 536]

  void getLogLevel( )


API Tags:
Access:  public


[ Top ]
initialize  [line 561]

  void initialize( $transactionID, $userID, $sessionID, $logLevel, $description, [ $source = null], [ $activityCode = null], [ $objectID = null], [ $objectType = null]  )

Parameters:
   $transactionID: 
   $userID: 
   $sessionID: 
   $logLevel: 
   $description: 
   $source: 
   $activityCode: 
   $objectID: 
   $objectType: 

API Tags:
Access:  public


[ Top ]
readFromDB  [line 576]

  void readFromDB( &$db, [ $options = self::TLOBJ_O_SEARCH_BY_ID]  )

Parameters:
   &$db: 
   $options: 

API Tags:
Access:  public


[ Top ]
writeToDB  [line 615]

  void writeToDB( &$db  )

Parameters:
   &$db: 

API Tags:
Access:  public


[ Top ]
_clean  [line 545]

  void _clean( [ $options = self::TLOBJ_O_SEARCH_BY_ID]  )

Parameters:
   $options: 

API Tags:
Access:  public


Redefinition of:
tlObject::_clean()

[ Top ]
Constants
TLOBJ_O_GET_DETAIL_TRANSACTION = 1 [line 534]

[ Top ]

Documentation generated on Fri, 03 Apr 2009 14:13:47 +0200 by phpDocumentor 1.4.1