Garmonbozia\SearchResults::__construct PHP Method

__construct() public method

public __construct ( $results, $source, $identifier, $cached, $cache )
    function __construct($results, $source, $identifier, $cached, $cache)
    {
        $this->results = $results;
        $this->source = $source;
        $this->identifier = $identifier;
        $this->cached = $cached;
        $this->cache = $cache;
    }
SearchResults