<?php //subresource_operations_06cf21d6b3a726a1deadff4ee9d763bd

return [PHP_INT_MAX, [
    'api_users_ato_users_get_subresource' => [
        'property' => 'atoUser',
        'collection' => true,
        'resource_class' => 'App\\Entity\\AtoUser',
        'shortNames' => [
            'AtoUser',
            'User',
        ],
        'identifiers' => [
            'id' => [
                'App\\Entity\\User',
                'id',
                true,
            ],
        ],
        'operation_name' => 'ato_users_get_subresource',
        'route_name' => 'api_users_ato_users_get_subresource',
        'path' => '/users/{id}/ato_users.{_format}',
        'defaults' => [],
        'requirements' => [],
        'options' => [],
        'host' => '',
        'schemes' => [],
        'condition' => '',
        'controller' => null,
        'stateless' => null,
    ],
    'api_users_ato_users_session_as_instructors_get_subresource' => [
        'property' => 'sessionAsInstructor',
        'collection' => true,
        'resource_class' => 'App\\Entity\\Session\\Session',
        'shortNames' => [
            'Session',
            'AtoUser',
        ],
        'identifiers' => [
            'id' => [
                'App\\Entity\\User',
                'id',
                true,
            ],
            'atoUser' => [
                'App\\Entity\\AtoUser',
                'id',
                true,
            ],
        ],
        'operation_name' => 'ato_users_session_as_instructors_get_subresource',
        'route_name' => 'api_users_ato_users_session_as_instructors_get_subresource',
        'path' => '/users/{id}/ato_users/{atoUser}/session_as_instructors.{_format}',
        'defaults' => [],
        'requirements' => [],
        'options' => [],
        'host' => '',
        'schemes' => [],
        'condition' => '',
        'controller' => null,
        'stateless' => null,
    ],
    'api_users_ato_users_formations_get_subresource' => [
        'property' => 'formations',
        'collection' => true,
        'resource_class' => 'App\\Entity\\StudentFormation',
        'shortNames' => [
            'StudentFormation',
            'AtoUser',
        ],
        'identifiers' => [
            'id' => [
                'App\\Entity\\User',
                'id',
                true,
            ],
            'atoUser' => [
                'App\\Entity\\AtoUser',
                'id',
                true,
            ],
        ],
        'operation_name' => 'ato_users_formations_get_subresource',
        'route_name' => 'api_users_ato_users_formations_get_subresource',
        'path' => '/users/{id}/ato_users/{atoUser}/formations.{_format}',
        'defaults' => [],
        'requirements' => [],
        'options' => [],
        'host' => '',
        'schemes' => [],
        'condition' => '',
        'controller' => null,
        'stateless' => null,
    ],
]];
