for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace WikidataQueryApi\Query;
/**
* @licence GPLv2+
* @author Thomas Pellissier Tanon
*/
class OrQuery extends CollectionQuery {
* @see AbstractQuery::getType
public function getType() {
return 'OR';
}