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

Class: tlAttachment

Source Location: /attachment.class.php

Class tlAttachment

Property Summary
mixed   $attachmentCfg  
mixed   $compressionType  
mixed   $dateAdded  
mixed   $description  
mixed   $destFPath  
mixed   $fContents  
mixed   $fkID  
mixed   $fkTableName  
mixed   $fName  
mixed   $fSize  
mixed   $fType  
mixed   $repositoryPath  
mixed   $title  

[ Top ]
Method Summary
static void   getAll()  
static void   getByID()  
static void   getByIDs()  
tlAttachment   __construct()  
void   __destruct()  
void   create()  
void   deleteFromDB()  
void   getInfo()  
void   readFromDB()  
void   writeToDB()  
void   _clean()  

[ Top ]
Properties
mixed   $attachmentCfg [line 44]
API Tags:
Access:  protected


[ Top ]
mixed   $compressionType [line 40]
API Tags:
Access:  protected


[ Top ]
mixed   $dateAdded [line 42]
API Tags:
Access:  protected


[ Top ]
mixed   $description [line 41]
API Tags:
Access:  protected


[ Top ]
mixed   $destFPath [line 38]
API Tags:
Access:  protected


[ Top ]
mixed   $fContents [line 39]
API Tags:
Access:  protected


[ Top ]
mixed   $fkID [line 32]
API Tags:
Access:  protected


[ Top ]
mixed   $fkTableName [line 33]
API Tags:
Access:  protected


[ Top ]
mixed   $fName [line 34]
API Tags:
Access:  protected


[ Top ]
mixed   $fSize [line 37]
API Tags:
Access:  protected


[ Top ]
mixed   $fType [line 36]
API Tags:
Access:  protected


[ Top ]
mixed   $repositoryPath [line 43]
API Tags:
Access:  protected


[ Top ]
mixed   $title [line 35]
API Tags:
Access:  protected


[ Top ]
Methods
static method getAll  [line 218]

  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 208]

  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 213]

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

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

API Tags:
Access:  public


[ Top ]
Constructor __construct  [line 63]

  tlAttachment __construct( [ $dbID = null]  )

Parameters:
   $dbID: 


Redefinition of:
tlDBObject::__construct()

[ Top ]
Destructor __destruct  [line 76]

  void __destruct( )



Redefinition of:
tlObject::__destruct()

[ Top ]
create  [line 92]

  void create( $fkid, $fkTableName, $fName, $destFPath, $fContents, $fType, $fSize, $title  )

Parameters:
   $fkid: 
   $fkTableName: 
   $fName: 
   $destFPath: 
   $fContents: 
   $fType: 
   $fSize: 
   $title: 

API Tags:
Access:  public


[ Top ]
deleteFromDB  [line 200]

  void deleteFromDB( &$db  )

Parameters:
   &$db: 

API Tags:
Access:  public


[ Top ]
getInfo  [line 160]

  void getInfo( )


API Tags:
Access:  public


[ Top ]
readFromDB  [line 129]

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

Parameters:
   &$db: 
   $options: 

API Tags:
Access:  public


[ Top ]
writeToDB  [line 177]

  void writeToDB( &$db  )

Parameters:
   &$db: 

API Tags:
Access:  public


[ Top ]
_clean  [line 46]

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

Parameters:
   $options: 

API Tags:
Access:  protected


Redefinition of:
tlObject::_clean()

[ Top ]
Constants
E_TITLELENGTH = -1 [line 20]

[ Top ]

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