Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 79... Línea 79...
79
        string $firstname,
79
        string $firstname,
80
        string $lastname,
80
        string $lastname,
81
        string $fullname,
81
        string $fullname,
82
        string $email,
82
        string $email,
83
        bool $deleted,
83
        bool $deleted,
84
        string $middlename = null,
84
        ?string $middlename = null,
85
        string $firstnamephonetic = null,
85
        ?string $firstnamephonetic = null,
86
        string $lastnamephonetic = null,
86
        ?string $lastnamephonetic = null,
87
        string $alternatename = null,
87
        ?string $alternatename = null,
88
        string $imagealt = null
88
        ?string $imagealt = null
89
    ) {
89
    ) {
90
        $this->id = $id;
90
        $this->id = $id;
91
        $this->pictureitemid = $pictureitemid;
91
        $this->pictureitemid = $pictureitemid;
92
        $this->firstname = $firstname;
92
        $this->firstname = $firstname;
93
        $this->lastname = $lastname;
93
        $this->lastname = $lastname;