eZ\Publish\Core\Search\Legacy\Content\Common\Gateway\SortClauseConverter::__construct PHP Method

__construct() public method

Construct from an optional array of sort clause handlers.
public __construct ( array $handlers = [] )
$handlers array
    public function __construct(array $handlers = array())
    {
        $this->handlers = $handlers;
    }