org\phockito\tests\PhockitoNamespaceTest_HasGloballyResolvedTypedArguments::Foo PHP Метод

Foo() публичный Метод

public Foo ( org\phockito\tests\bar\PhockitoNamespaceTest_Type $a )
$a org\phockito\tests\bar\PhockitoNamespaceTest_Type
        public function Foo(\org\phockito\tests\bar\PhockitoNamespaceTest_Type $a)
        {
            return 'Foo';
        }
PhockitoNamespaceTest_HasGloballyResolvedTypedArguments