示例#1
0
 /**
  * 
  */
 public function toString()
 {
     return MString::stringWithFormat("%s[%s]: \"%s\"\n%s", $this->className(), $this->code(), $this->description(), $this->previousException());
 }
示例#2
0
 /**
  * 
  */
 public function toString()
 {
     return MString::stringWithFormat("MArray[%d]:\n%s", $this->count(), var_export($this->array, true));
 }