for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PhpWinTools\WmiScripting\Query;
class SystemBiosBuilder extends ComponentBuilder
{
public function withComputerSystem()
return $this->withGroupComponent();
}
public function withBios()
return $this->withPartComponent();