CollectionItemBase
in package
AbstractYes
Represents a single item within a Collection.
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- getContent() : string
- getOrder() : int
- isEnabled() : bool
Properties
$_enabled
private
bool
$_enabled
$_order
private
int
$_order
Methods
__construct()
public
__construct(int $order, bool $enabled) : mixed
Parameters
- $order : int
- $enabled : bool
getContent()
public
abstract getContent() : string
Return values
stringgetOrder()
public
getOrder() : int
Return values
intisEnabled()
public
isEnabled() : bool