Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > d9fc47fd430ad17ac26242b684aef480 > files > 33

php-pear-Payment_DTA-1.3.2-1mdv2010.0.noarch.rpm

<refentry id="package.payment.payment-dta.dtazv.setaccountfilesender">
 <refnamediv>
  <refname>
   <function>DTAZV::setAccountFileSender</function>
  </refname>
  <refpurpose>Set the sender of the DTAZV file. Must be set for valid DTAZV file.</refpurpose>
 </refnamediv>
 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>require_once &apos;/DTAZV.php&apos;;</funcsynopsisinfo>
   <funcprototype>
    <funcdef>
     boolean
     <function>DTAZV::setAccountFileSender</function>
    </funcdef>
    <paramdef>
     array
     <parameter>$account</parameter>
    </paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>
 <refsect1 id="package.payment.payment-dta.dtazv.setaccountfilesender.desc">
  &title.desc;
  <para>The given account data is also used as default sender&apos;s account.  Account data contains   name            Sender&apos;s name. Maximally 35 chars are allowed.   additional_name Sender&apos;s additional name (max. 35 chars)   street          Sender&apos;s street/PO Box (max. 35 chars)   city            Sender&apos;s city (max. 35 chars)   bank_code       Sender&apos;s bank code (BLZ, 8-digit)   account_number  Sender&apos;s account number (10-digit)</para>
 </refsect1>
 <refsect1 id="package.payment.payment-dta.dtazv.setaccountfilesender.param">
  &title.param;
  <para>
   <variablelist>
    <varlistentry>
     <term>
      &type.array;
      <parameter>$account</parameter>
     </term>
     <listitem>
      <para>Account data fot file sender.</para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>
 <refsect1 id="package.payment.payment-dta.dtazv.setaccountfilesender.throws">
  &title.throws;
  <para>
   <emphasis>throws</emphasis>
   no exceptions thrown
  </para>
 </refsect1>
 <refsect1 id="package.payment.payment-dta.dtazv.setaccountfilesender.note">
  &title.note;
  &note.notstatic;
</refsect1>
</refentry>