Public Member Functions | |
ilAICCBlock ($a_id=0) | |
Constructor. |
Definition at line 5 of file class.ilAICCBlock.php.
ilAICCBlock::ilAICCBlock | ( | $ | a_id = 0 |
) |
Constructor.
int | $a_id Object ID public |
Definition at line 24 of file class.ilAICCBlock.php.
References ilAICCObject::ilAICCObject().
{ parent::ilAICCObject($a_id); $this->type="sbl"; }