Neos\Flow\Tests\Functional\Aop\Fixtures\TargetClass02::protectedTargetMethod PHP Méthode

protectedTargetMethod() protected méthode

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