ILIAS
release_8 Revision v8.23
◀ 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
}
ilException
ilADTDBException\setColumn
setColumn(string $a_col)
Definition:
class.ilADTDBException.php:14
ilADTDBException\getColumn
getColumn()
Definition:
class.ilADTDBException.php:9
ilADTDBException
Definition:
class.ilADTDBException.php:5
ilADTDBException\$col
string $col
Definition:
class.ilADTDBException.php:7
Services
ADT
classes
class.ilADTDBException.php
Generated on Sun Aug 31 2025 22:01:44 for ILIAS by
1.8.13 (using
Doxyfile
)