ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
class.ilADTDBException.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
5
class
ilADTDBException
extends
ilException
6
{
7
protected
string
$col
=
''
;
8
9
public
function
getColumn
(): string
10
{
11
return
$this->col
;
12
}
13
14
public
function
setColumn
(
string
$a_col): void
15
{
16
$this->col = $a_col;
17
}
18
}
ilADTDBException
Definition:
class.ilADTDBException.php:6
ilADTDBException\$col
string $col
Definition:
class.ilADTDBException.php:7
ilADTDBException\setColumn
setColumn(string $a_col)
Definition:
class.ilADTDBException.php:14
ilADTDBException\getColumn
getColumn()
Definition:
class.ilADTDBException.php:9
ilException
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilException.php:26
Services
ADT
classes
class.ilADTDBException.php
Generated on Sun Nov 2 2025 22:01:27 for ILIAS by
1.9.4 (using
Doxyfile
)