reflect

php\lib\reflect

Class reflect

Methods


__construct()

private

static typeOf($object, $isLowerCase = false)
Parameters:
  • $objectobject
  • $isLowerCasebool - (optional)
Returns:

php\lib\false, string

static typeModule($typeName)
Parameters:
  • $typeNamestring
Returns:

php\lang\Module, null

static functionModule($funcName)
Parameters:
  • $funcNamestring
Returns:

php\lang\Module, null

static newInstance($className, $args = null, $withConstruct = true)
Parameters:
  • $classNamestring
  • $argsarray
  • $withConstructbool
Returns:

object