<@php namespace {namespace}; use CodeIgniter\API\BaseTransformer; class {class} extends BaseTransformer { /** * Transform the resource into an array. * * @param mixed $resource * * @return array */ public function toArray(mixed $resource): array { return [ // Add your transformation logic here ]; } }