ILIAS
Release_5_0_x_branch Revision 61816
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
class.ilADTFloat.php
Go to the documentation of this file.
1
<?php
2
3
require_once
"Services/ADT/classes/Types/Integer/class.ilADTInteger.php"
;
4
5
class
ilADTFloat
extends
ilADTInteger
6
{
7
// definition
8
9
protected
function
isValidDefinition
(
ilADTDefinition
$a_def)
10
{
11
return
($a_def instanceof
ilADTFloatDefinition
);
12
}
13
}
14
15
?>
Services
ADT
classes
Types
Float
class.ilADTFloat.php
Generated on Wed Apr 27 2016 21:01:27 for ILIAS by
1.8.1.2 (using
Doxyfile
)