somethingHeavy(); return $this->$field; } protected function somethingHeavy() { // Very simple SQL call. usleep(5); } }