public function collectInformation($observer)
 {
     $collector = $this->getCollector();
     self::$_phpFiles = $observer->information;
     self::$_otherInfo = $observer->otherInformation;
 }