Neos\Flow\Tests\Functional\Aop\Fixtures\TargetClass02::protectedTargetMethod PHP 메소드

protectedTargetMethod() 보호된 메소드

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