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