for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PhpWinTools\WmiScripting\Query;
class LoggedOnUserBuilder extends DependencyBuilder
{
public function withAccount()
return $this->withAntecedent();
}
public function withLogonSession()
return $this->withDependent();