Esempio n. 1
0
 /**
  *
  * @param Client $client
  * @param string $type
  * @param mixed $m
  * @param mixed $p
  * @param mixed $v
  * @param mixed $n
  */
 public function __construct(Client $client, $type, $m, $p, $v, $n)
 {
     parent::__construct($client, $type);
     $this->m = $m;
     $this->p = $p;
     $this->v = $v;
     $this->n = $n;
 }
Esempio n. 2
0
 /**
  *
  * @param boolean $wrap
  */
 public function getWrappedResult($wrap)
 {
     $result = $this->simpleArg->getResult($wrap);
     return $result;
 }