Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 234... Línea 234...
234
        array $posts,
234
        array $posts,
235
        array $authorsbyid = [],
235
        array $authorsbyid = [],
236
        array $authorcontextids = [],
236
        array $authorcontextids = [],
237
        array $attachmentsbypostid = [],
237
        array $attachmentsbypostid = [],
238
        array $groupsbyauthorid = [],
238
        array $groupsbyauthorid = [],
239
        post_read_receipt_collection_entity $readreceiptcollection = null,
239
        ?post_read_receipt_collection_entity $readreceiptcollection = null,
240
        array $tagsbypostid = [],
240
        array $tagsbypostid = [],
241
        array $ratingbypostid = [],
241
        array $ratingbypostid = [],
242
        bool $includehtml = false,
242
        bool $includehtml = false,
243
        array $inlineattachmentsbypostid = []
243
        array $inlineattachmentsbypostid = []
244
    ): posts_exporter {
244
    ): posts_exporter {