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