Преглед изворни кода

smsops: short reference section about variables

Daniel-Constantin Mierla пре 1 година
родитељ
комит
9a94930ae1
1 измењених фајлова са 14 додато и 0 уклоњено
  1. 14 0
      src/modules/smsops/doc/smsops_admin.xml

+ 14 - 0
src/modules/smsops/doc/smsops_admin.xml

@@ -95,5 +95,19 @@ smsdump();
 		</section>
 		</section>
 	</section><!-- end of functions -->
 	</section><!-- end of functions -->
 
 
+	<section>
+	<title>Variables</title>
+	<para>Several variables are exported by the module to access the
+	attributes of the SMS.</para>
+	<itemizedlist>
+	<listitem>
+		<para><emphasis>$smsack</emphasis></para>
+		<para><emphasis>$smsbody</emphasis></para>
+		<para><emphasis>$rpdata(key)</emphasis></para>
+		<para><emphasis>$tpdu(key)</emphasis></para>
+	</listitem>
+	</itemizedlist>
+	</section>
+
 </chapter>
 </chapter>