function output() { $parameters = func_get_args(); $this->asc_ctor($parameters[0]); $value = parent::output(); return $value; }
function output() { $parameters = func_get_args(); $this->asc_ctor($parameters[0]); // modApiFunc("Checkout", "decrypt_prerequisite_with_checkout_cz_blowfish_key", $this->CHECKOUT_PREREQUISITE_NAME); $value = parent::output(); // modApiFunc("Checkout", "encrypt_prerequisite_with_checkout_cz_blowfish_key", $this->CHECKOUT_PREREQUISITE_NAME); return $value; }