ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilADTDBException.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
class
ilADTDBException
extends
ilException
22
{
23
protected
string
$col
=
''
;
24
25
public
function
getColumn
(): string
26
{
27
return
$this->col
;
28
}
29
30
public
function
setColumn
(
string
$a_col): void
31
{
32
$this->col = $a_col;
33
}
34
}
ilException
ilADTDBException\setColumn
setColumn(string $a_col)
Definition:
class.ilADTDBException.php:30
ilADTDBException\getColumn
getColumn()
Definition:
class.ilADTDBException.php:25
ilADTDBException
Definition:
class.ilADTDBException.php:21
ilADTDBException\$col
string $col
Definition:
class.ilADTDBException.php:23
components
ILIAS
ADT
classes
class.ilADTDBException.php
Generated on Sun Aug 31 2025 23:01:49 for ILIAS by
1.8.13 (using
Doxyfile
)