PHP Class DaveChild\TextStatistics\Resource

Datei anzeigen Open project: nystudio107/seomatic

Protected Properties

Property Type Description
$arrDaleChall array | boolean Array containing the Dale-Chall word list, if set.
$arrSpache array | boolean Array containing the Spache word list, if set.

Public Methods

Method Description
fetchDaleChallWordList ( ) : array Fetch the list of Dale-Chall easy words
fetchSpacheWordList ( ) : array Fetch the list of Spache easy words

Method Details

fetchDaleChallWordList() public static method

Fetch the list of Dale-Chall easy words
public static fetchDaleChallWordList ( ) : array
return array

fetchSpacheWordList() public static method

Fetch the list of Spache easy words
public static fetchSpacheWordList ( ) : array
return array

Property Details

$arrDaleChall protected_oe static_oe property

Array containing the Dale-Chall word list, if set.
protected static array|bool $arrDaleChall
return array | boolean

$arrSpache protected_oe static_oe property

Array containing the Spache word list, if set.
protected static array|bool $arrSpache
return array | boolean