<?php
class SoftwareEngineer
{
private string $name;
private string $role;
private array $languagesSpoken;
public function __construct()
{
$this->name = "Vitor Paloco";
$this->role = "Software Engineer";
$this->languagesSpoken = ["pt_BR", "en_US"];
}
public function sayHi(): void
{
echo "Thanks for dropping by, hope you find some of my work interesting.";
}
}
$me = new SoftwareEngineer();
$me->sayHi();| Category | Skills |
|---|---|
| Frameworks | |
| Languages | |
| Database | |
| Services & Tools | |
| Learning |