Eris\Shrinker\ShrinkerFactory::__construct PHP Method

__construct() public method

public __construct ( array $options )
$options array 'timeLimit' => null|integer in seconds. The maximum time that should be allocated to a Shrinker before giving up
    public function __construct(array $options)
    {
        $this->options = $options;
    }
ShrinkerFactory