Lines Matching refs:request
127 * @param ServerRequestInterface $request
131 public function getChartAction(ServerRequestInterface $request): ResponseInterface argument
133 $tree = Validator::attributes($request)->tree();
134 $user = Validator::attributes($request)->user();
170 * @param ServerRequestInterface $request
174 public function getIndividualsAction(ServerRequestInterface $request): ResponseInterface argument
185 * @param ServerRequestInterface $request
189 public function getFamiliesAction(ServerRequestInterface $request): ResponseInterface argument
199 * @param ServerRequestInterface $request
203 public function getOtherAction(ServerRequestInterface $request): ResponseInterface argument
213 * @param ServerRequestInterface $request
217 public function getCustomAction(ServerRequestInterface $request): ResponseInterface argument
221 $tree = Validator::attributes($request)->tree();
230 * @param ServerRequestInterface $request
234 public function postCustomChartAction(ServerRequestInterface $request): ResponseInterface argument
239 $x_axis_type = Validator::parsedBody($request)->integer('x-as');
240 $y_axis_type = Validator::parsedBody($request)->integer('y-as');
241 $z_axis_type = Validator::parsedBody($request)->integer('z-as');
247 Validator::parsedBody($request)->string('chart_shows'),
248 Validator::parsedBody($request)->string('chart_type'),
249 Validator::parsedBody($request)->string('SURN')
254 Validator::parsedBody($request)->string('chart_shows'),
260 Validator::parsedBody($request)->string('chart_shows'),
266 Validator::parsedBody($request)->string('chart_shows'),
302 … $boundaries_csv = Validator::parsedBody($request)->string('z-axis-boundaries-periods');
351 … $boundaries_csv = Validator::parsedBody($request)->string('z-axis-boundaries-periods');
393 … $boundaries_csv = Validator::parsedBody($request)->string('z-axis-boundaries-periods');
442 … $boundaries_csv = Validator::parsedBody($request)->string('z-axis-boundaries-periods');
489 … $boundaries_csv = Validator::parsedBody($request)->string('z-axis-boundaries-periods');
514 $boundaries_csv = Validator::parsedBody($request)->string('x-axis-boundaries-ages');
552 … $boundaries_csv = Validator::parsedBody($request)->string('z-axis-boundaries-periods');
576 … $boundaries_csv = Validator::parsedBody($request)->string('x-axis-boundaries-ages_m');
613 … $boundaries_csv = Validator::parsedBody($request)->string('z-axis-boundaries-periods');
637 … $boundaries_csv = Validator::parsedBody($request)->string('x-axis-boundaries-ages_m');
682 … $boundaries_csv = Validator::parsedBody($request)->string('z-axis-boundaries-periods');
732 … $boundaries_csv = Validator::parsedBody($request)->string('z-axis-boundaries-periods');