Home
last modified time | relevance | path

Searched refs:pickOne (Results 1 – 1 of 1) sorted by relevance

/plugin/randomtables/table-roller/src/Table/
DBaseTable.php12 protected function pickOne() : int { function in TableRoller\\Table\\BaseTable
20 $result[] = $this->proceessResult($this->options[$this->pickOne()]);
45 return $this->proceessResult($this->options[$this->pickOne()]);
53 $pick = $this->pickOne();