Skip to content

Commit 028e3a1

Browse files
authored
Merge pull request #192 from zendtech/gh-189
Fix dynamic property creation
2 parents b0e87c7 + 753de63 commit 028e3a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ToolkitApi/ToolkitServiceParameter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class ProgramParameter
2121
protected $labelLen; /* use this on a data structure to get the size/length */
2222
protected $labelDoUntil = ''; /* use on a data structure array along with 'dim' to to set # of records to return based on labelEndDo (see below) */
2323
protected $labelEndDo = ''; /* use this on an integer "count" field to control the number of records to return in n array data structure (see labelDoUntil above) */
24+
protected $returnParameter;
2425

2526
// CCSID/hex support
2627
protected $_ccsidBefore;

0 commit comments

Comments
 (0)