ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilAICCBlock Class Reference

AICC Block. More...

+ Inheritance diagram for ilAICCBlock:
+ Collaboration diagram for ilAICCBlock:

Public Member Functions

 __construct ($a_id=0)
 Constructor. More...
 
- Public Member Functions inherited from ilAICCObject
 __construct ($a_id=0)
 Constructor. More...
 
 getId ()
 
 setId ($a_id)
 
 getType ()
 
 setType ($a_objType)
 
 getTitle ()
 
 setTitle ($a_title)
 
 getDescription ()
 
 setDescription ($a_description)
 
 getDeveloperId ()
 
 setDeveloperId ($a_developer_id)
 
 getSystemId ()
 
 setSystemId ($a_system_id)
 
 getALMId ()
 
 setALMId ($a_alm_id)
 
 prepForStore ($string)
 
 read ()
 
 create ()
 
 update ()
 
 delete ()
 
_getInstance ($a_id, $a_slm_id)
 get instance of specialized GUI class More...
 

Additional Inherited Members

- Data Fields inherited from ilAICCObject
 $id
 
 $title
 
 $objType
 
 $alm_id
 
 $description
 
 $developer_id
 
 $system_id
 

Detailed Description

AICC Block.

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id$

Definition at line 34 of file class.ilAICCBlock.php.

Constructor & Destructor Documentation

◆ __construct()

ilAICCBlock::__construct (   $a_id = 0)

Constructor.

Parameters
int$a_idObject ID public

Definition at line 42 of file class.ilAICCBlock.php.

43  {
44  parent::__construct($a_id);
45 
46  $this->type="sbl";
47 
48  }

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