GraphAware\Reco4PHP\Context\SimpleContext::__construct PHP Method

__construct() public method

public __construct ( GraphAware\Reco4PHP\Config\Config $config = null )
$config GraphAware\Reco4PHP\Config\Config
    public function __construct(Config $config = null)
    {
        $this->config = null !== $config ? $config : new SimpleConfig();
        $this->statistics = new Statistics();
    }