ILIAS  release_5-2 Revision v5.2.25-18-g3f80b82851
ilADTDBException Class Reference
+ Inheritance diagram for ilADTDBException:
+ Collaboration diagram for ilADTDBException:

Public Member Functions

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

Protected Attributes

 $a_col
 

Detailed Description

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

Member Function Documentation

◆ getColumn()

ilADTDBException::getColumn ( )

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

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

10  {
11  return $this->col;
12  }
+ Here is the caller graph for this function:

◆ setColumn()

ilADTDBException::setColumn (   $a_col)

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

References $a_col.

15  {
16  $this->col = $a_col;
17  }

Field Documentation

◆ $a_col

ilADTDBException::$a_col
protected

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

Referenced by setColumn().


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