class PostViewModel extends ViewModel { protected $ignore = ['ignoredMethod']; // … public function ignoredMethod() { /* … */ } }