PHP Class Jaybizzle\CrawlerDetect\Fixtures\AbstractProvider

Show file Open project: jaybizzle/crawler-detect

Protected Properties

Property Type Description
$data array The data set.

Public Methods

Method Description
getAll ( ) : array Return the data set.

Method Details

getAll() public method

Return the data set.
public getAll ( ) : array
return array

Property Details

$data protected property

The data set.
protected array $data
return array