private static function getFullName(string $className, string $constantName) : string { return $className . '::' . $constantName; }