Sulu\Bundle\SearchBundle\Rest\SearchResultRepresentation::__construct PHP Method

__construct() public method

public __construct ( $inline, $route, array $parameters, $page, $limit, $pages, $pageParameterName, $limitParameterName, $absolute, $total, array $totals, $time )
$parameters array
$totals array
    public function __construct($inline, $route, array $parameters, $page, $limit, $pages, $pageParameterName, $limitParameterName, $absolute, $total, $totals, $time)
    {
        parent::__construct($inline, $route, $parameters, $page, $limit, $pages, $pageParameterName, $limitParameterName, $absolute, $total);
        $this->totals = $totals;
        $this->time = $time;
    }
SearchResultRepresentation