Skip to content

ClassInfo

  • Full name: \Qubus\Support\ClassInfo
  • This class is marked as final and can't be subclassed
  • This class is a Final class

Methods

reflect

ReflectionClass object.

public static reflect(object|string $objectOrClass): \ReflectionClass
  • This method is static.

Parameters:

Parameter Type Description
$objectOrClass object|string

Throws:


short

Retrieve the class's name.

public static short(object|string $objectOrClass): string
  • This method is static.

Parameters:

Parameter Type Description
$objectOrClass object|string

Throws:


name

Retrieve class's name its namespace name (i.e. Qubus\Support\ClassName).

public static name(object|string $objectOrClass): string
  • This method is static.

Parameters:

Parameter Type Description
$objectOrClass object|string

Throws:


namespace

Retrieve the namespace name of a class.

public static namespace(object|string $objectOrClass): string
  • This method is static.

Parameters:

Parameter Type Description
$objectOrClass object|string

Throws:



Automatically generated on 2025-10-13