PHP Class GraphAware\Reco4PHP\Context\SimpleContext

Inheritance: implements GraphAware\Reco4PHP\Context\Context
Afficher le fichier Open project: graphaware/reco4php Class Usage Examples

Protected Properties

Свойство Type Description
$config GraphAware\Reco4PHP\Config\Config
$statistics Statistics

Méthodes publiques

Méthode Description
__construct ( GraphAware\Reco4PHP\Config\Config $config = null )
config ( ) : GraphAware\Reco4PHP\Config\Config
getStatistics ( ) : Statistics
timeLeft ( ) : boolean

Method Details

__construct() public méthode

public __construct ( GraphAware\Reco4PHP\Config\Config $config = null )
$config GraphAware\Reco4PHP\Config\Config

config() public méthode

public config ( ) : GraphAware\Reco4PHP\Config\Config
Résultat GraphAware\Reco4PHP\Config\Config

getStatistics() public méthode

public getStatistics ( ) : Statistics
Résultat Statistics

timeLeft() public méthode

public timeLeft ( ) : boolean
Résultat boolean

Property Details

$config protected_oe property

protected Config,GraphAware\Reco4PHP\Config $config
Résultat GraphAware\Reco4PHP\Config\Config

$statistics protected_oe property

protected Statistics,GraphAware\Reco4PHP\Context $statistics
Résultat Statistics