<?php
class HelpClass1
{
protected function method(string $param = "")
}
public function test()
$this->method();