Searched refs:padContents (Results 1 – 2 of 2) sorted by relevance
136 $padContents = $instance->getText($pad); // Get the pad contents variable137 $contents = $padContents->text;
22 $padContents = $instance->getText('testPad');23 echo "Pad text is: <br/><ul>$padContents->text\n\n</ul>";