MIDDAG for Moodle

dto extends abstract_dto

AbstractYes

Public SDK DTO (Data Transfer Object).

Extend this class to declare immutable, typed data structures exchanged between your services, widgets, and controllers.

Tags
example

class create_item_dto extends \local_middag\base\dto { public function __construct(public string $name, public string $type) } }

Table of Contents


        
On this page
  • Table Of Contents

Search results