Elgg\Application\ServeFileHandler::__construct PHP Method

__construct() public method

Constructor
public __construct ( ElggCrypto $crypto, Config $config )
$crypto ElggCrypto Crypto service
$config Elgg\Config Config service
    public function __construct(\ElggCrypto $crypto, Config $config)
    {
        $this->crypto = $crypto;
        $this->config = $config;
    }