Skip to content

Commit

Permalink
Update fe_list_parameters.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
zonky2 committed Feb 1, 2024
1 parent 531e295 commit 6ac187f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/templates/fe_list_parameters.rst
Expand Up @@ -32,8 +32,8 @@ die Werte inklusive eines Defaultwertes:
(false !== $index = \array_search($keyName, \array_column($this->parameter, 'key'), true))
? $this->parameter[$index]['value']
: $default;
$valueOne = $extract('key1', '7');
$valueTwo = $extract('key2', '42');
$valueOne = $extract('key1', 'value0');
$valueTwo = $extract('key2', '');
// dump($this->parameter, $valueOne, $valueTwo);
Expand Down

0 comments on commit 6ac187f

Please sign in to comment.