protected function show(array $aResult, $bPrint) { $sResult = implode('', $aResult); if ($bPrint) { echo $sResult; } else { \Sylma::display($sResult); } }