Skip to content

Util

Utility class for methods used all across the framework.

  • Full name: \Qubus\ValueObjects\Util

Methods

classEquals

Tells whether two objects are of the same class

public static classEquals(object $objectA, object $objectB): bool
  • This method is static.

Parameters:

Parameter Type Description
$objectA object
$objectB object

getClassAsString

Returns full namespaced class as string

public static getClassAsString(object $object): string
  • This method is static.

Parameters:

Parameter Type Description
$object object


Automatically generated on 2025-10-13