\Charcoal\CmsNewsCategory

News Category

Summary

Methods
Properties
Constants
__construct()
itemType()
loadCategoryItems()
name()
setName()
No public properties found
No constants found
No protected methods found
$name
N/A
No private methods found
No private properties found
N/A

Properties

$name

$name : array<mixed,string>

Translatable

Type

array<mixed,string>

Methods

__construct()

__construct(array  $data = null) 

Section constructor.

Parameters

array $data

Init data.

itemType()

itemType() : string

CategoryTrait > itemType()

Returns

string

loadCategoryItems()

loadCategoryItems() : \Charcoal\Model\Collection|array

Returns

\Charcoal\Model\Collection|array

name()

name() : mixed

Returns

mixed

setName()

setName(mixed  $name) : self

Parameters

mixed $name

The category name.

Returns

self