Creates a class builder.
string $name Name of the class:
public function __construct(string $name) { $this->name = $name; }