CategoryWriter
in package
Table of Contents
Properties
- $categoryRepository : CategoryRepository
- $helper : mixed
Methods
- __construct() : mixed
- Constructor
- writeCategories() : void
- カテゴリーアイテム配列を書き出し
- writeCategoryElement() : void
- ユーザーアイテムを書き出し
Properties
$categoryRepository
protected
CategoryRepository
$categoryRepository
$helper
protected
mixed
$helper
Tags
Methods
__construct()
Constructor
public
__construct() : mixed
writeCategories()
カテゴリーアイテム配列を書き出し
public
writeCategories(XMLWriter $writer, int $bid, bool $includeChildBlogs, Logger $logger) : void
Parameters
- $writer : XMLWriter
- $bid : int
- $includeChildBlogs : bool
- $logger : Logger
writeCategoryElement()
ユーザーアイテムを書き出し
protected
writeCategoryElement(XMLWriter $writer, array<string|int, mixed> $item) : void
Parameters
- $writer : XMLWriter
- $item : array<string|int, mixed>