for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PPP\DataModel;
/**
* @licence AGPLv3+
* @author Thomas Pellissier Tanon
*/
class IntersectionNode extends OperatorNode {
* @return string
public function getType() {
return 'intersection';
}