Пример #1
0
 /**
  * Get state commands for this discussion
  * @return State
  */
 public function state()
 {
     $state = new State($this->repository->getApiClient());
     $state->setContext($this->getContext());
     return $state;
 }