Ejemplo n.º 1
0
 /**
  *
  * @param Client $client
  * @param string $type
  */
 public function __construct(Client $client, $type)
 {
     parent::__construct($client);
     $this->type = $type;
     $this->val = array();
     $this->counter = 0;
 }