Neos\Flow\Tests\Functional\Aop\Fixtures\TargetClass02::protectedTargetMethod PHP Метод

protectedTargetMethod() защищенный Метод

protected protectedTargetMethod ( mixed $foo ) : mixed
$foo mixed
Результат mixed
    protected function protectedTargetMethod($foo)
    {
        return $foo;
    }