["string", null], "nstring" => ["?string", "boum"], "int" => ["int", null], "nint" => ["?int", 18], ]; function __construct(?array $params=null) { $this->initParametrableParams($params); } public $ppString, $ppNstring, $ppInt, $ppNint; function od1Values(): array { return [$this->ppString, $this->ppNstring, $this->ppInt, $this->ppNint]; } }