CategoryRepository
class CategoryRepository extends EntityRepository
CategoryRepository
This class was generated by the Doctrine ORM. Add your own custom repository methods below.
Properties
protected Application | $app |
Methods
int
getTotalCount()
全カテゴリの合計を取得する.
Details
at line 44
setApplication(Application $app)
at line 54
int
getTotalCount()
全カテゴリの合計を取得する.
at line 76
Category[]
getList(Category $Parent = null, bool $flat = false)
カテゴリ一覧を取得する.
引数 $Parent を指定した場合は, 指定したカテゴリの子以下を取得する.
at line 121
boolean
up(Category $Category)
deprecated
deprecated
カテゴリの順位を1上げる.
at line 173
boolean
down(Category $Category)
deprecated
deprecated
カテゴリの順位を1下げる.
at line 223
boolean
save(Category $Category)
カテゴリを保存する.
at line 272
boolean
delete(Category $Category)
カテゴリを削除する.