Elgg\ActionsService::__construct PHP Method

__construct() public method

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