src/CoreBundle/Entity/ResourceLink.php
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'usergroup_id', referencedColumnName: 'id', nullable: true, onDelete: 'CASCADE')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Gedmo\SortableGroup]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column]
- Exclude checks
Missing function doc comment Open
Open
public function getCourse(): ?Course
- Exclude checks
Missing function doc comment Open
Open
public function getResourceNode(): ResourceNode
- Exclude checks
Missing function doc comment Open
Open
public function isPending(): bool
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function moveUpPosition(): static
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Gedmo\SortableGroup]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'user_id', referencedColumnName: 'id', nullable: true, onDelete: 'SET NULL')]
- Exclude checks
Missing function doc comment Open
Open
public function getId(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function setCourse(?Course $course = null): self
- Exclude checks
Missing function doc comment Open
Open
public function getUser(): ?User
- Exclude checks
Missing function doc comment Open
Open
public function hasUser(): bool
- Exclude checks
Missing function doc comment Open
Open
public static function getVisibilityList(): array
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'end_visibility_at', type: 'datetime', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setUser(?User $user = null): self
- Exclude checks
Missing function doc comment Open
Open
public function setResourceNode(ResourceNode $resourceNode): self
- Exclude checks
Missing function doc comment Open
Open
public function getVisibility(): int
- Exclude checks
Missing function doc comment Open
Open
public function moveDownPosition(): static
- Exclude checks
Missing function doc comment Open
Open
public function setEndVisibilityAt(?DateTimeInterface $endVisibilityAt): self
- Exclude checks
Missing function doc comment Open
Open
public function hasCourse(): bool
- Exclude checks
Missing function doc comment Open
Open
public function setGroup(?CGroup $group = null): self
- Exclude checks
Missing function doc comment Open
Open
public function getVisibilityName(): string
- Exclude checks
Missing function doc comment Open
Open
public function getResourceTypeGroup(): ?int
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Gedmo\SortablePosition]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: Session::class, cascade: ['persist'], inversedBy: 'resourceLinks')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Groups(['resource_link:read', 'resource_link:write', 'student_publication:read'])]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Index(
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\GeneratedValue]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Gedmo\SortableGroup]
- Exclude checks
Missing function doc comment Open
Open
public function hasSession(): bool
- Exclude checks
Missing function doc comment Open
Open
public function setVisibility(int $visibility): self
- Exclude checks
Missing function doc comment Open
Open
public function setDisplayOrder(int $displayOrder): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Entity(repositoryClass: ResourceLinkRepository::class)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Gedmo\SortableGroup]
- Exclude checks
Missing function doc comment Open
Open
public function getStartVisibilityAt(): ?DateTimeInterface
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ApiResource]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: CGroup::class, cascade: ['persist'])]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: User::class, cascade: ['persist'])]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\OneToMany(
- Exclude checks
Missing function doc comment Open
Open
public function __toString(): string
- Exclude checks
Missing function doc comment Open
Open
public function setResourceRights(Collection $rights): self
- Exclude checks
Missing function doc comment Open
Open
public function hasGroup(): bool
- Exclude checks
Missing function doc comment Open
Open
public function getUserGroup(): ?Usergroup
- Exclude checks
Missing function doc comment Open
Open
public function setUserGroup(?Usergroup $group = null): self
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setResourceTypeGroup(int $resourceTypeGroup): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Table(name: 'resource_link')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Gedmo\SortableGroup]
- Exclude checks
Missing function doc comment Open
Open
public function getSession(): ?Session
- Exclude checks
Missing function doc comment Open
Open
public function setSession(?Session $session = null): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: ResourceNode::class, inversedBy: 'resourceLinks')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'resource_node_id', referencedColumnName: 'id', onDelete: 'CASCADE')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'group_id', referencedColumnName: 'iid', nullable: true, onDelete: 'CASCADE')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Groups([
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Groups(['resource_node:read', 'resource_node:write', 'document:write', 'document:read'])]
- Exclude checks
Missing function doc comment Open
Open
public function isDraft(): bool
- Exclude checks
Missing function doc comment Open
Open
public function __construct()
- Exclude checks
Missing function doc comment Open
Open
public function getDisplayOrder(): int
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'c_id', referencedColumnName: 'id', nullable: true, onDelete: 'CASCADE')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Gedmo\SortableGroup]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'start_visibility_at', type: 'datetime', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setStartVisibilityAt(?DateTimeInterface $startVisibilityAt): self
- Exclude checks
Missing function doc comment Open
Open
public function setResourceTypeGroup(int $resourceTypeGroup): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Gedmo\SoftDeleteable(fieldName: 'deletedAt', timeAware: false, hardDelete: true)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: Course::class)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'session_id', referencedColumnName: 'id', nullable: true, onDelete: 'CASCADE')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: Usergroup::class, cascade: ['persist'])]
- Exclude checks
Missing function doc comment Open
Open
public function getEndVisibilityAt(): ?DateTimeInterface
- Exclude checks
Missing function doc comment Open
Open
public function addResourceRight(ResourceRight $right): self
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function moveDownPosition(): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'integer')]
- Exclude checks
Missing function doc comment Open
Open
public function isPublished(): bool
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setDisplayOrder(int $displayOrder): static
- Exclude checks
Missing function doc comment Open
Open
public function moveUpPosition(): static
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class ResourceLink implements Stringable
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Id]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'visibility', type: 'integer', nullable: false)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Groups(['resource_node:read', 'resource_node:write', 'document:write', 'document:read'])]
- Exclude checks
Missing function doc comment Open
Open
public function getGroup(): ?CGroup
- Exclude checks