Documentation

FunctionExistenceProviderInterface
in

Table of Contents

Methods

doesFunctionExist()  : bool|null
Use this hook for informing whether or not a global function exists. If you know the function does not exist, return false. If you aren't sure if it exists or not, return null and the default analysis will continue to determine if the function actually exists.
getFunctionIds()  : array<string|int, lowercase-string>

Methods


        
On this page

Search results