isFinal) {
			echo 'Final ';
		}
		if ($item->isAbstract) {
			echo 'Abstract ';
		}
		echo 'Class ';
	}
	echo $item->name;
?>
= $this->render('classSummary', ['item' => $item]); ?>
renderPartial('propertySummary',array('class'=>$item,'protected'=>false)); ?>
renderPartial('propertySummary',array('class'=>$item,'protected'=>true)); ?>
renderPartial('methodSummary',array('class'=>$item,'protected'=>false)); ?>
renderPartial('methodSummary',array('class'=>$item,'protected'=>true)); ?>
renderPartial('eventSummary',array('class'=>$item)); ?>
renderPartial('propertyDetails',array('class'=>$item)); ?>
renderPartial('methodDetails',array('class'=>$item)); ?>