53 $this->_sStackTrace = $sStackTrace;
75 $this->_aValues = $aValues;
88 $this->_aValues[$sName] = $sValue;
100 $this->_sType = $sType;
122 return $this->_aValues[$sName];
134 $this->_blDebug = $bl;
146 $this->_sMessage = $sMessage;
157 $this->_aMessageArgs = func_get_args();
167 if ( $this->_blDebug ) {
172 if ( !empty( $this->_aMessageArgs ) ) {
173 $sString = vsprintf( $sString, $this->_aMessageArgs );
188 foreach ( $this->_aValues as $key => $value ) {
189 $sRes .= $key.
" => ". $value .
"\n";