anonymous_user === null) { $this->anonymous_user = $this->findOneBy([ 'id' => User::ID_ANONYMOUS, ]); } return $this->anonymous_user; } }