Neos\Flow\Tests\Functional\Aop\Fixtures\TargetClass02::protectedTargetMethod PHP Method

protectedTargetMethod() protected method

protected protectedTargetMethod ( mixed $foo ) : mixed
$foo mixed
return mixed
    protected function protectedTargetMethod($foo)
    {
        return $foo;
    }