ILIAS  trunk Revision v11.0_alpha-1866-gfa368f7776e
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilADTDBException Class Reference
+ Inheritance diagram for ilADTDBException:
+ Collaboration diagram for ilADTDBException:

Public Member Functions

 getColumn ()
 
 setColumn (string $a_col)
 
- Public Member Functions inherited from ilException
 __construct ($a_message, $a_code=0)
 A code isn't optional as in build in class Exception. More...
 

Protected Attributes

string $col = ''
 

Detailed Description

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

Member Function Documentation

◆ getColumn()

ilADTDBException::getColumn ( )

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

References $col.

Referenced by ilADTBasedObject\create(), and ilADTBasedObject\update().

25  : string
26  {
27  return $this->col;
28  }
+ Here is the caller graph for this function:

◆ setColumn()

ilADTDBException::setColumn ( string  $a_col)

Definition at line 30 of file class.ilADTDBException.php.

30  : void
31  {
32  $this->col = $a_col;
33  }

Field Documentation

◆ $col

string ilADTDBException::$col = ''
protected

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

Referenced by getColumn().


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