PHP Class Owl\Events\Item\CommentEvent

Inheritance: extends BaseItemEvent
Afficher le fichier Open project: owl/owl Class Usage Examples

Protected Properties

Свойство Type Description
$comment string

Méthodes publiques

Méthode Description
__construct ( string $itemId, string $userId, string $comment ) Create a new event instance.
getComment ( ) : string Get text of comment

Method Details

__construct() public méthode

Create a new event instance.
public __construct ( string $itemId, string $userId, string $comment )
$itemId string
$userId string
$comment string

getComment() public méthode

Get text of comment
public getComment ( ) : string
Résultat string

Property Details

$comment protected_oe property

protected string $comment
Résultat string