Ejemplo n.º 1
0
 /**
  * Get state commands for this user
  * @return State
  */
 public function state()
 {
     $state = new State($this->repository->getApiClient());
     $state->setContext($this->repository->getContext() . '/users/' . $this->id);
     return $state;
 }