Ejemplo n.º 1
0
 public function execute($bus)
 {
     $bus->getProcessorList()->insertNext("router", "imanage", new Imanage_Processor("imanage"));
     Imanage_Object::setConfig(array("maximumFileSize" => 700, "defaultThumbnailSize" => 48, "thumbnailSizes" => array(24, 48)));
 }