Files
RobinNixon 188af22a54 Final
2021-04-18 15:31:38 +01:00

10 lines
127 B
PHP

<?php
class User
{
function __construct($param1, $param2)
{
// Constructor statements go here
}
}
?>