Esempio n. 1
0
 /**
  *
  * @param boolean $wrap
  */
 public function getWrappedResult($wrap)
 {
     $result = $this->simpleArg->getResult($wrap);
     return $result;
 }