class Osoba { function __construct( private $vek = 20, ) { $this->vek = $vek; } }