getInfo() .’
‘; // Output: User from System 1

$user2 = new \System2\User();
echo $user2->getInfo(); // Output: User from System 2

?>