a-blog cms PHP API Reference

EntryRepository
in package

エントリーのリポジトリ

Table of Contents

Methods

nextCategorySort()  : int
次のカテゴリー絞り込み時の表示順を取得
nextSort()  : int
次の表示順を取得
nextUserSort()  : int
次のユーザー絞り込み時の表示順を取得

Methods

nextCategorySort()

次のカテゴリー絞り込み時の表示順を取得

public nextCategorySort(int|null $categoryId, int $blogId) : int
Parameters
$categoryId : int|null
$blogId : int
Return values
int

nextSort()

次の表示順を取得

public nextSort(int $blogId) : int
Parameters
$blogId : int
Return values
int

nextUserSort()

次のユーザー絞り込み時の表示順を取得

public nextUserSort(int $userId, int $blogId) : int
Parameters
$userId : int
$blogId : int
Return values
int

        
On this page

Search results