function __construct($method, $key, $iv) { self::$encrypt_method = $method; self::$secret_key = $key; self::$secret_iv = $iv; }