Miscellany
public text v1 · immutable<?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);
}
?>