Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 251... Línea 251...
251
     *
251
     *
252
     * @param cc_i_organization $org
252
     * @param cc_i_organization $org
253
     * @param DOMDocument $doc
253
     * @param DOMDocument $doc
254
     * @param DOMElement $xmlnode
254
     * @param DOMElement $xmlnode
255
     */
255
     */
256
    protected function create_item_folder(cc_i_organization &$org, DOMDocument &$doc, DOMElement &$xmlnode = null) {
256
    protected function create_item_folder(cc_i_organization &$org, DOMDocument &$doc, ?DOMElement &$xmlnode = null) {
Línea 257... Línea 257...
257
 
257
 
258
        $itemfoldernode = $doc->createElementNS($this->ccnamespaces['imscc'], 'item');
258
        $itemfoldernode = $doc->createElementNS($this->ccnamespaces['imscc'], 'item');
Línea 259... Línea 259...
259
        $this->update_attribute($doc, 'identifier', "root", $itemfoldernode);
259
        $this->update_attribute($doc, 'identifier', "root", $itemfoldernode);