Inheritance diagram for ilAICCBlock:
Collaboration diagram for ilAICCBlock: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";
}
Here is the call graph for this function:
1.7.1