コード例 #1
0
ファイル: ModelList.php プロジェクト: JeCat/framework
 public function printStruct(IOutputStream $aOutput = null, $nDepth = 0, $sDisplayTitle = null)
 {
     parent::printStruct($aOutput, $nDepth, "<b>[Model List] " . $this->name() . '</b>');
 }