kelas instance php dari string

$class = '\Foo\Bar\MyClass'; 
$instance = new $class();
Tiago F2