Class CommentArray
ProcessWire FieldtypeComments > CommentArray
Maintains an array of multiple Comment instances. Serves as the value referenced when a FieldtypeComment field is reference from a Page.
ProcessWire 2.x Copyright (C) 2010 by Ryan Cramer Licensed under GNU/GPL v2, see LICENSE.TXT
- Wire implements TrackChanges
-
WireArray
implements
IteratorAggregate,
ArrayAccess,
Countable
-
CommentArray
public
boolean
|
|
public
|
|
public
|
#
renderForm( array $options = array() )
Provides the default rendering of a comment form, which may or may not be what you want |
public
|
|
public
|
|
public
|
_(),
___changed(),
__call(),
_n(),
_x(),
addHook(),
addHookAfter(),
addHookBefore(),
addHookProperty(),
className(),
error(),
fuel(),
getAllFuel(),
getChanges(),
getFuel(),
getHooks(),
isChanged(),
isHooked(),
message(),
removeHook(),
runHooks(),
setFuel(),
setTrackChanges(),
trackChange(),
trackChanges(),
untrackChange(),
useFuel()
|
protected
|
$page | null |
#
Page that owns these comments, required to use the renderForm() or getCommentForm() methods. |
$data,
$itemsAdded,
$itemsRemoved
|
$changes,
$defaultHookOptions,
$fuel,
$hookMethodCache,
$localHooks,
$staticHooks,
$trackChanges,
$useFuel
|