location == 'online') { unset($model['address']); } return $model->toArray(); } public static function viewable(Model $model) { return true; } public function includeYaw(Model $model) { $model->yaw = 'YAW!!'; } }