|
const | HTML_TAG = "html" |
|
const | HEAD_TAG = "head" |
|
const | BODY_TAG = "body" |
|
const | DIV_TAG = "div" |
|
const | P_TAG = "p" |
|
const | A_TAG = "a" |
|
const | SPAN_TAG = "span" |
|
const | TABLE_TAG = "table" |
|
const | THEAD_TAG = "thead" |
|
const | TBODY_TAG = "tbody" |
|
const | TR_TAG = "tr" |
|
const | TD_TAG = "td" |
|
const | TH_TAG = "th" |
|
const | UL_TAG = "ul" |
|
const | LI_TAG = "li" |
|
const | H_TAG = "h" |
|
const | B_TAG = "b" |
|
const | I_TAG = "i" |
|
const | TITLE_TAG = "title" |
|
const | FORM_TAG = "form" |
|
const | INPUT_TAG = "input" |
|
const | LABEL_TAG = "label" |
|
|
static | randomDigit () |
|
static | randomDigitNotNull () |
|
static | randomDigitNot ($except) |
|
static | randomNumber ($nbDigits=null, $strict=false) |
|
static | randomFloat ($nbMaxDecimals=null, $min=0, $max=null) |
|
static | numberBetween ($int1=0, $int2=2147483647) |
|
static | passthrough ($value) |
|
static | randomLetter () |
|
static | randomAscii () |
|
static | randomElements ($array=array('a', 'b', 'c'), $count=1, $allowDuplicates=false) |
|
static | randomElement ($array=array('a', 'b', 'c')) |
|
static | randomKey ($array=array()) |
|
static | shuffle ($arg='') |
|
static | shuffleArray ($array=array()) |
|
static | shuffleString ($string='', $encoding='UTF-8') |
|
static | numerify ($string='###') |
|
static | lexify ($string='????') |
|
static | bothify ($string='## ??') |
|
static | asciify ($string=' ****') |
|
static | regexify ($regex='') |
|
static | toLower ($string='') |
|
static | toUpper ($string='') |
|
| $generator |
|
| $unique |
|
◆ __construct()
Faker\Provider\HtmlLorem::__construct |
( |
Generator |
$generator | ) |
|
◆ randomHtml()
Faker\Provider\HtmlLorem::randomHtml |
( |
|
$maxDepth = 4 , |
|
|
|
$maxWidth = 4 |
|
) |
| |
- Parameters
-
integer | $maxDepth | |
integer | $maxWidth | |
- Returns
- string
The documentation for this class was generated from the following file:
- vendor/fzaninotto/faker/src/Faker/Provider/HtmlLorem.php