for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Devhelp\Piwik\Api\Param\Segment\Operator;
class LessThan extends GenericOperator
{
public function __construct($field, $value)
parent::__construct($field, $value, '<');
}