Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 630 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 630 Rev 6849
Línea 19... Línea 19...
19
     * Header custom PDF
19
     * Header custom PDF
20
     * @param string $headerFormName
20
     * @param string $headerFormName
21
     * @param string $headerUsername
21
     * @param string $headerUsername
22
     */
22
     */
23
    function customHeader($headerFormName, $headerUsername) {
23
    function customHeader($headerFormName, $headerUsername) {
24
        $s = utf8_decode(' Página: ' . $this->PageNo());
24
        $s = Functions::utf8_decode(' Página: ' . $this->PageNo());
25
        $this->SetFont('Arial', '', 10);
25
        $this->SetFont('Arial', '', 10);
26
        $this->SetY(40);
26
        $this->SetY(40);
27
        $this->Cell(190, 10, $s, 0, 0, 'R');
27
        $this->Cell(190, 10, $s, 0, 0, 'R');
Línea 28... Línea 28...
28
 
28