PHP Class GraphAware\Reco4PHP\Context\SimpleContext

Inheritance: implements GraphAware\Reco4PHP\Context\Context
Show file Open project: graphaware/reco4php Class Usage Examples

Protected Properties

Property Type Description
$config GraphAware\Reco4PHP\Config\Config
$statistics Statistics

Public Methods

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

Method Details

__construct() public method

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

config() public method

public config ( ) : GraphAware\Reco4PHP\Config\Config
return GraphAware\Reco4PHP\Config\Config

getStatistics() public method

public getStatistics ( ) : Statistics
return Statistics

timeLeft() public method

public timeLeft ( ) : boolean
return boolean

Property Details

$config protected property

protected Config,GraphAware\Reco4PHP\Config $config
return GraphAware\Reco4PHP\Config\Config

$statistics protected property

protected Statistics,GraphAware\Reco4PHP\Context $statistics
return Statistics