예제 #1
0
 public function printStruct(IOutputStream $aOutput = null, $nDepth = 0, $sDisplayTitle = null)
 {
     parent::printStruct($aOutput, $nDepth, "<b>[Model List] " . $this->name() . '</b>');
 }