ILIAS  release_8 Revision v8.24
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, Throwable $previous=null)
 A code isn't optional as in build in class Exception. More...
 

Protected Attributes

string $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.

9 : string
10 {
11 return $this->col;
12 }

References $col.

◆ setColumn()

ilADTDBException::setColumn ( string  $a_col)

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

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

Field Documentation

◆ $col


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