# user-access-manager/2.3.17/src/Controller/Backend/ObjectInformationFactory.php

User Access Manager, version 2.3.17. 14 lines.

- Page: https://pluginprobe.com/plugins/user-access-manager/2.3.17/code/src/Controller/Backend/ObjectInformationFactory.php
- Raw: https://pluginprobe.com/plugins/user-access-manager/2.3.17/raw/src/Controller/Backend/ObjectInformationFactory.php
- Modified: 2026-07-31T13:25:38+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/user-access-manager/2.3.17/code/src/Controller/Backend/ObjectInformationFactory.php#L10-L20`.

```php
<?php

declare(strict_types=1);

namespace UserAccessManager\Controller\Backend;

class ObjectInformationFactory
{
    public function createObjectInformation(): ObjectInformation
    {
        return new ObjectInformation();
    }
}

```
