All pastes #2063293 Raw Edit

Miscellany

public text v1 · immutable
#2063293 ·published 2011-05-18 10:35 UTC
rendered paste body
<?php

function doIt() {
//   $it = $this->getAllObjIterator();
//   foreach ($it as $obj) {
//     $ok = EOLMimeObjectToSource::toSource(unserialize($obj->getMime_Object()));
//     if (!$ok) {
//       print_pre($obj->getid());
//       //exit;
//     }
//   }
  return print_pre(
    EOLMimeObjectToSource::toSource(unserialize($this->getMime_Object())),
    true);
}

?>