Marcelgwerder\ApiHandler\CountMetaProvider::__construct PHP Method

__construct() public method

public __construct ( $title, $builder )
    public function __construct($title, $builder)
    {
        $this->builder = clone $builder;
        $this->title = $title;
        //Remove offset from builder because a count doesn't work in combination with an offset
        $this->builder->offset = null;
    }
CountMetaProvider