DigitalState /
Identities
| 1 | <?php |
||
| 2 | |||
| 3 | namespace App\Entity; |
||
| 4 | |||
| 5 | use App\Entity\Attribute\Accessor as EntityAccessor; |
||
| 6 | use Doctrine\Common\Collections\ArrayCollection; |
||
|
0 ignored issues
–
show
|
|||
| 7 | use Ds\Component\Model\Attribute\Accessor; |
||
|
0 ignored issues
–
show
The type
Ds\Component\Model\Attribute\Accessor was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 8 | use Ds\Component\Model\Type\Deletable; |
||
|
0 ignored issues
–
show
The type
Ds\Component\Model\Type\Deletable was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 9 | use Ds\Component\Model\Type\Identifiable; |
||
|
0 ignored issues
–
show
The type
Ds\Component\Model\Type\Identifiable was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 10 | use Ds\Component\Model\Type\Identitiable; |
||
|
0 ignored issues
–
show
The type
Ds\Component\Model\Type\Identitiable was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 11 | use Ds\Component\Model\Type\Ownable; |
||
|
0 ignored issues
–
show
The type
Ds\Component\Model\Type\Ownable was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 12 | use Ds\Component\Model\Type\Uuidentifiable; |
||
|
0 ignored issues
–
show
The type
Ds\Component\Model\Type\Uuidentifiable was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 13 | use Ds\Component\Model\Type\Versionable; |
||
|
0 ignored issues
–
show
The type
Ds\Component\Model\Type\Versionable was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 14 | use Ds\Component\Tenant\Model\Attribute\Accessor as TenantAccessor; |
||
|
0 ignored issues
–
show
The type
Ds\Component\Tenant\Model\Attribute\Accessor was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 15 | use Ds\Component\Tenant\Model\Type\Tenantable; |
||
|
0 ignored issues
–
show
The type
Ds\Component\Tenant\Model\Type\Tenantable was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 16 | use Knp\DoctrineBehaviors\Model as Behavior; |
||
|
0 ignored issues
–
show
The type
Knp\DoctrineBehaviors\Model was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 17 | |||
| 18 | use ApiPlatform\Core\Annotation\ApiResource; |
||
|
0 ignored issues
–
show
The type
ApiPlatform\Core\Annotation\ApiResource was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 19 | use ApiPlatform\Core\Annotation\ApiProperty; |
||
|
0 ignored issues
–
show
The type
ApiPlatform\Core\Annotation\ApiProperty was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 20 | use Doctrine\ORM\Mapping as ORM; |
||
|
0 ignored issues
–
show
The type
Doctrine\ORM\Mapping was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 21 | use Symfony\Bridge\Doctrine\Validator\Constraints as ORMAssert; |
||
|
0 ignored issues
–
show
The type
Symfony\Bridge\Doctrine\Validator\Constraints was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 22 | use Symfony\Component\Serializer\Annotation As Serializer; |
||
|
0 ignored issues
–
show
The type
Symfony\Component\Serializer\Annotation was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 23 | use Symfony\Component\Validator\Constraints as Assert; |
||
|
0 ignored issues
–
show
The type
Symfony\Component\Validator\Constraints was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 24 | |||
| 25 | /** |
||
| 26 | * Class Anonymous |
||
| 27 | * |
||
| 28 | * @ApiResource( |
||
| 29 | * attributes={ |
||
| 30 | * "normalization_context"={ |
||
| 31 | * "groups"={"anonymous_output"} |
||
| 32 | * }, |
||
| 33 | * "denormalization_context"={ |
||
| 34 | * "groups"={"anonymous_input"} |
||
| 35 | * }, |
||
| 36 | * "filters"={ |
||
| 37 | * "app.anonymous.search", |
||
| 38 | * "app.anonymous.date", |
||
| 39 | * "app.anonymous.order" |
||
| 40 | * } |
||
| 41 | * } |
||
| 42 | * ) |
||
| 43 | * @ORM\Entity(repositoryClass="App\Repository\AnonymousRepository") |
||
| 44 | * @ORM\Table(name="app_anonymous") |
||
| 45 | * @ORM\Cache(usage="NONSTRICT_READ_WRITE") |
||
| 46 | * @ORMAssert\UniqueEntity(fields="uuid") |
||
| 47 | */ |
||
| 48 | class Anonymous implements Identifiable, Uuidentifiable, Ownable, Identitiable, Deletable, Versionable, Tenantable |
||
| 49 | { |
||
| 50 | use Behavior\Timestampable\Timestampable; |
||
|
0 ignored issues
–
show
The type
Knp\DoctrineBehaviors\Mo...stampable\Timestampable was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 51 | use Behavior\SoftDeletable\SoftDeletable; |
||
|
0 ignored issues
–
show
The type
Knp\DoctrineBehaviors\Mo...Deletable\SoftDeletable was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 52 | |||
| 53 | use Accessor\Id; |
||
|
0 ignored issues
–
show
The type
Ds\Component\Model\Attribute\Accessor\Id was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 54 | use Accessor\Uuid; |
||
|
0 ignored issues
–
show
The type
Ds\Component\Model\Attribute\Accessor\Uuid was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 55 | use Accessor\Owner; |
||
|
0 ignored issues
–
show
The type
Ds\Component\Model\Attribute\Accessor\Owner was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 56 | use Accessor\OwnerUuid; |
||
|
0 ignored issues
–
show
The type
Ds\Component\Model\Attribute\Accessor\OwnerUuid was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 57 | use EntityAccessor\Identity\Identity; |
||
| 58 | use EntityAccessor\Identity\IdentityUuid; |
||
| 59 | use EntityAccessor\Personas; |
||
| 60 | use EntityAccessor\Roles; |
||
| 61 | use Accessor\Deleted; |
||
|
0 ignored issues
–
show
The type
Ds\Component\Model\Attribute\Accessor\Deleted was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 62 | use Accessor\Version; |
||
|
0 ignored issues
–
show
The type
Ds\Component\Model\Attribute\Accessor\Version was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 63 | use TenantAccessor\Tenant; |
||
|
0 ignored issues
–
show
The type
Ds\Component\Tenant\Mode...tribute\Accessor\Tenant was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 64 | |||
| 65 | /** |
||
| 66 | * @var integer |
||
| 67 | * @ApiProperty(identifier=false, writable=false) |
||
| 68 | * @Serializer\Groups({"anonymous_output"}) |
||
| 69 | * @ORM\Id |
||
| 70 | * @ORM\GeneratedValue(strategy="AUTO") |
||
| 71 | * @ORM\Column(name="id", type="integer") |
||
| 72 | */ |
||
| 73 | private $id; |
||
|
0 ignored issues
–
show
|
|||
| 74 | |||
| 75 | /** |
||
| 76 | * @var string |
||
| 77 | * @ApiProperty(identifier=true, writable=false) |
||
| 78 | * @Serializer\Groups({"anonymous_output"}) |
||
| 79 | * @ORM\Column(name="uuid", type="guid", unique=true) |
||
| 80 | * @Assert\Uuid |
||
| 81 | */ |
||
| 82 | private $uuid; |
||
|
0 ignored issues
–
show
|
|||
| 83 | |||
| 84 | /** |
||
| 85 | * @var \DateTime |
||
| 86 | * @ApiProperty(writable=false) |
||
| 87 | * @Serializer\Groups({"anonymous_output"}) |
||
| 88 | */ |
||
| 89 | protected $createdAt; |
||
| 90 | |||
| 91 | /** |
||
| 92 | * @var \DateTime |
||
| 93 | * @ApiProperty(writable=false) |
||
| 94 | * @Serializer\Groups({"anonymous_output"}) |
||
| 95 | */ |
||
| 96 | protected $updatedAt; |
||
| 97 | |||
| 98 | /** |
||
| 99 | * @var \DateTime |
||
| 100 | * @ApiProperty(writable=false) |
||
| 101 | * @Serializer\Groups({"anonymous_output"}) |
||
| 102 | */ |
||
| 103 | protected $deletedAt; |
||
| 104 | |||
| 105 | /** |
||
| 106 | * @var string |
||
| 107 | * @ApiProperty |
||
| 108 | * @Serializer\Groups({"anonymous_output", "anonymous_input"}) |
||
| 109 | * @ORM\Column(name="`owner`", type="string", length=255, nullable=true) |
||
| 110 | * @Assert\NotBlank |
||
| 111 | * @Assert\Length(min=1, max=255) |
||
| 112 | */ |
||
| 113 | private $owner; |
||
|
0 ignored issues
–
show
|
|||
| 114 | |||
| 115 | /** |
||
| 116 | * @var string |
||
| 117 | * @ApiProperty |
||
| 118 | * @Serializer\Groups({"anonymous_output", "anonymous_input"}) |
||
| 119 | * @ORM\Column(name="owner_uuid", type="guid", nullable=true) |
||
| 120 | * @Assert\NotBlank |
||
| 121 | * @Assert\Uuid |
||
| 122 | */ |
||
| 123 | private $ownerUuid; |
||
|
0 ignored issues
–
show
|
|||
| 124 | |||
| 125 | /** |
||
| 126 | * @var \Doctrine\Common\Collections\ArrayCollection |
||
| 127 | * @ApiProperty(writable=false) |
||
| 128 | * @Serializer\Groups({"anonymous_output"}) |
||
| 129 | * @ORM\OneToMany(targetEntity="AnonymousPersona", mappedBy="anonymous", cascade={"persist", "remove"}) |
||
| 130 | * @ORM\Cache(usage="NONSTRICT_READ_WRITE") |
||
| 131 | */ |
||
| 132 | private $personas; |
||
| 133 | |||
| 134 | /** |
||
| 135 | * @var \Doctrine\Common\Collections\ArrayCollection |
||
| 136 | * @ApiProperty(writable=false) |
||
| 137 | * @Serializer\Groups({"anonymous_output"}) |
||
| 138 | * @ORM\OneToMany(targetEntity="AnonymousRole", mappedBy="anonymous", cascade={"persist", "remove"}) |
||
| 139 | * @ORM\Cache(usage="NONSTRICT_READ_WRITE") |
||
| 140 | */ |
||
| 141 | private $roles; |
||
| 142 | |||
| 143 | /** |
||
| 144 | * @var integer |
||
| 145 | * @ApiProperty |
||
| 146 | * @Serializer\Groups({"anonymous_output", "anonymous_input"}) |
||
| 147 | * @ORM\Column(name="version", type="integer") |
||
| 148 | * @ORM\Version |
||
| 149 | * @Assert\NotBlank |
||
| 150 | * @Assert\Type("integer") |
||
| 151 | */ |
||
| 152 | private $version; |
||
|
0 ignored issues
–
show
|
|||
| 153 | |||
| 154 | /** |
||
| 155 | * @var string |
||
| 156 | * @ApiProperty(writable=false) |
||
| 157 | * @Serializer\Groups({"anonymous_output"}) |
||
| 158 | * @ORM\Column(name="tenant", type="guid") |
||
| 159 | * @Assert\Uuid |
||
| 160 | */ |
||
| 161 | private $tenant; |
||
|
0 ignored issues
–
show
|
|||
| 162 | |||
| 163 | /** |
||
| 164 | * Constructor |
||
| 165 | */ |
||
| 166 | public function __construct() |
||
| 167 | { |
||
| 168 | $this->personas = new ArrayCollection; |
||
| 169 | $this->roles = new ArrayCollection; |
||
| 170 | } |
||
| 171 | } |
||
| 172 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths