Infusionsoft_Generated_Invoice::__construct PHP Method

__construct() public method

public __construct ( $id = null, $app = null )
    public function __construct($id = null, $app = null)
    {
        parent::__construct('Invoice', $id, $app);
    }

Usage Example

コード例 #1
0
 public function __construct($id = null, $app = null)
 {
     parent::__construct($id, $app);
 }