Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 46... Línea 46...
46
            return '';
46
            return '';
47
        }
47
        }
Línea 48... Línea 48...
48
 
48
 
Línea 49... Línea 49...
49
        $borderStyle = self::getBorderStyle($borderPart);
49
        $borderStyle = self::getBorderStyle($borderPart);
50
 
50
 
51
        $colorEl = sprintf('<color rgb="%s"/>', $borderPart->getColor());
51
        $colorEl = \sprintf('<color rgb="%s"/>', $borderPart->getColor());
52
        $partEl = sprintf(
52
        $partEl = \sprintf(
53
            '<%s style="%s">%s</%s>',
53
            '<%s style="%s">%s</%s>',
54
            $borderPart->getName(),
54
            $borderPart->getName(),
55
            $borderStyle,
55
            $borderStyle,