Lggr
Public Member Functions | Public Attributes | List of all members
Faker\Provider\HtmlLorem Class Reference
Inheritance diagram for Faker\Provider\HtmlLorem:
Inheritance graph
[legend]
Collaboration diagram for Faker\Provider\HtmlLorem:
Collaboration graph
[legend]

Public Member Functions

 __construct (Generator $generator)
 
 randomHtml ($maxDepth=4, $maxWidth=4)
 
- Public Member Functions inherited from Faker\Provider\Base
 optional ($weight=0.5, $default=null)
 
 unique ($reset=false, $maxRetries=10000)
 
 valid ($validator=null, $maxRetries=10000)
 

Public Attributes

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"
 

Additional Inherited Members

- Static Public Member Functions inherited from Faker\Provider\Base
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='')
 
- Protected Attributes inherited from Faker\Provider\Base
 $generator
 
 $unique
 

Constructor & Destructor Documentation

◆ __construct()

Faker\Provider\HtmlLorem::__construct ( Generator  $generator)
Parameters
\Faker\Generator$generator

Reimplemented from Faker\Provider\Base.

Member Function Documentation

◆ 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: