PHP Class GraphAware\Reco4PHP\Config\SimpleConfig

Inheritance: extends KeyValueConfig
Afficher le fichier Open project: graphaware/reco4php Class Usage Examples

Protected Properties

Свойство Type Description
$limit integer
$maxTime integer

Méthodes publiques

Méthode Description
__construct ( integer | null $limit = null, integer | null $maxTime = null )
limit ( )
maxTime ( )

Method Details

__construct() public méthode

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

limit() public méthode

public limit ( )

maxTime() public méthode

public maxTime ( )

Property Details

$limit protected_oe property

protected int $limit
Résultat integer

$maxTime protected_oe property

protected int $maxTime
Résultat integer