Beispiel #1
0
 public function summary()
 {
     $ret = parent::summary();
     $ret['input'] = squash($this->args);
     $ret['output'] = squash($this->resultType);
     $ret['deterministic'] = $this->deterministic;
     return $ret;
 }
Beispiel #2
0
 public function summary()
 {
     $ret = parent::summary();
     $ret['req_states'] = squash($this->req_states);
     $ret['gen_state'] = summarize($this->gen_state);
     $ret['configurable'] = $this->configurable;
     return $ret;
 }