Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15154 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15154 Rev 16768
Línea 34... Línea 34...
34
     * Header custom PDF
34
     * Header custom PDF
35
     * @param string $headerFormName
35
     * @param string $headerFormName
36
     * @param string $headerUsername
36
     * @param string $headerUsername
37
     */
37
     */
38
    function customHeader($headerFormName, $headerUsername) {
38
    function customHeader($headerFormName, $headerUsername) {
39
        $s = utf8_decode(' Página: ' . $this->PageNo());
39
        $s = Functions::utf8_decode(' Página: ' . $this->PageNo());
40
        $this->SetFont('Arial', '', 10);
40
        $this->SetFont('Arial', '', 10);
41
        $this->SetY(40);
41
        $this->SetY(40);
42
        $this->Cell(190, 10, $s, 0, 0, 'R');
42
        $this->Cell(190, 10, $s, 0, 0, 'R');
Línea 43... Línea 43...
43
 
43