23use InvalidArgumentException;
82 if (
$data !==
null ) {
83 foreach (
$data as $k => $v ) {
84 if ( substr( $k, 0, 1 ) ===
'_' ) {
85 throw new InvalidArgumentException(
'Keys in $data beginning with "_" are reserved' );
90 if ( $comment instanceof
Message ) {
94 ->setInterfaceMessageFlag(
true )
104class_alias( CommentStoreComment::class,
'CommentStoreComment' );