There are quite some places where you have a code like this in views:
<?php
class Foo ... {
function render(...) {
...
}
}
?>
These ones should all get the public identifier.
Noticed as part of #2030293: View preview is broken in UI if a pager has to be displayed