Commentable
in
Table of Contents
- addComments() : void
- getComments() : array<array-key, Comment>
- setComments() : void
Methods
addComments()
public
addComments(array<array-key, Comment> $aComments) : void
Parameters
- $aComments : array<array-key, Comment>
Return values
void —getComments()
public
getComments() : array<array-key, Comment>
Return values
array<array-key, Comment> —setComments()
public
setComments(array<array-key, Comment> $aComments) : void
Parameters
- $aComments : array<array-key, Comment>
