PHP Class GraphAware\Reco4PHP\Config\SimpleConfig

Inheritance: extends KeyValueConfig
Show file Open project: graphaware/reco4php Class Usage Examples

Protected Properties

Property Type Description
$limit integer
$maxTime integer

Public Methods

Method Description
__construct ( integer | null $limit = null, integer | null $maxTime = null )
limit ( )
maxTime ( )

Method Details

__construct() public method

public __construct ( integer | null $limit = null, integer | null $maxTime = null )
$limit integer | null
$maxTime integer | null

limit() public method

public limit ( )

maxTime() public method

public maxTime ( )

Property Details

$limit protected property

protected int $limit
return integer

$maxTime protected property

protected int $maxTime
return integer