LLMS_Voucher::__construct( $id = null )
Constructor
Description Description
Parameters Parameters
-
(id) (Required)
Source Source
File: includes/class.llms.voucher.php
public function __construct( $id = null ) { $this->id = $id; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |