Paginator.php // 处理简单分页
LengthAwarePaginator.php // 处理复杂点的分页
// 这两个是实现类
AbstractPaginator.php // 抽象类, 需要实现
SimpleBootstrapThreePresenter
BootstrapThreePresenter
// 两个表现类, 实现 render(), hasPages(), 方法
// 上一个是下一个的子类
UrlWindow.php // url 的窗口数据, 在 BootstrapThreePresenter 的 construct 被注入
UrlWindowPresenterTrait.php // 工具类, 在BootstrapThreePresenter被使用