reflect¶
-
php\lib\reflect Class reflect
Methods
__construct()¶private
- static
typeOf($object, $isLowerCase = false)¶
Parameters:
- $object – object
- $isLowerCase – bool - (optional)
Returns: php\lib\false, string
- static
typeModule($typeName)¶
Parameters:
- $typeName – string
Returns: php\lang\Module, null
- static
functionModule($funcName)¶
Parameters:
- $funcName – string
Returns: php\lang\Module, null
- static
newInstance($className, $args = null, $withConstruct = true)¶
Parameters:
- $className – string
- $args – array
- $withConstruct – bool
Returns: object