Resources\Encryption::__construct PHP Method

__construct() public method

public __construct ( $key = false )
    public function __construct($key = false)
    {
        if ($key) {
            $this->key = $key;
        }
    }