public function fillEnvelope() { $inbox = new Inbox(); $return = $inbox->fillEnvelope(); $return['method'] = __FUNCTION__; $return['webClass'] = __CLASS__; Mold::both("inbox/fillEnvelope", $return); }