Table of Contents
Constants
-
GENERATE_CONFIG_ALLITERATION
= 'allit'
-
GENERATE_CONFIG_COUNT
= 'numberof'
-
GENERATE_CONFIG_FIRSTNAMEONLY
= 'fnameonly'
-
GENERATE_URI
= 'http://listofrandomnames.com/index.cfm'
Properties
-
$generateConfig
: mixed
Methods
-
generate()
: mixed
GENERATE_CONFIG_ALLITERATION
public
mixed
GENERATE_CONFIG_ALLITERATION
= 'allit'
GENERATE_CONFIG_COUNT
public
mixed
GENERATE_CONFIG_COUNT
= 'numberof'
GENERATE_CONFIG_FIRSTNAMEONLY
public
mixed
GENERATE_CONFIG_FIRSTNAMEONLY
= 'fnameonly'
GENERATE_URI
public
mixed
GENERATE_URI
= 'http://listofrandomnames.com/index.cfm'
$generateConfig
protected
static mixed
$generateConfig
= ['generated' => '', 'action' => 'main.generate', 'nameType' => 'na', 'allit' => 1, 'fnameonly' => 1, 'numberof' => 1]
generate()
public
static generate([array<string|int, mixed> $config = [] ]) : mixed
Parameters
-
$config
: array<string|int, mixed>
= []
-