ReflectionMethod::createFromMethodName
Cria um novo ReflectionMethod
&reftitle.description;
public static staticReflectionMethod::createFromMethodName
stringmethod
Cria um novo ReflectionMethod.
&reftitle.parameters;
method
Nome da classe e nome do método delimitados por ::.
&reftitle.returnvalues;
Retorna um novo ReflectionMethod em caso de sucesso.
&reftitle.errors;
Um ReflectionException será lançado se o método fornecido não existir.
&reftitle.examples;
Exemplo de ReflectionMethod::createFromMethodName
]]>
&example.outputs;
string(3) "bar"
["class"]=>
string(3) "Foo"
}
]]>