9use InvalidArgumentException;
68 if (
$data !==
null ) {
69 foreach (
$data as $k => $v ) {
70 if ( str_starts_with( $k,
'_' ) ) {
71 throw new InvalidArgumentException(
'Keys in $data beginning with "_" are reserved' );
76 if ( $comment instanceof
Message ) {
80 ->setInterfaceMessageFlag(
true )
92class_alias( CommentStoreComment::class,
'CommentStoreComment' );