Stores the dictionary for generating 'Lorem ipsum.
..' text
author | etessore |
---|---|
version | 1.0.0 |
package | classes |
__construct()
add_word(string $word) : \GeneratorDictionary
inherited_from | \GeneratorDictionary::add_word() |
---|
string
the word
\GeneratorDictionary
$this for chainabilityget_all_words() : \the
inherited_from | \GeneratorDictionary::get_all_words() |
---|
\the
full set of wordsnumber_of_words() : \the
inherited_from | \GeneratorDictionary::number_of_words() |
---|
\the
number of words in the current dictionaryremove_word(string $word) : \GeneratorDictionary
inherited_from | \GeneratorDictionary::remove_word() |
---|
string
the word
\GeneratorDictionary
$this for chainability$count : int
inherited_from | \GeneratorDictionary::$$count |
---|
$words : array
inherited_from | \GeneratorDictionary::$$words |
---|