Overview

Namespaces

  • Faulancer
    • Controller
    • Exception
    • Form
      • Validator
        • Type
    • Helper
      • Reflection
    • Http
    • Mail
    • ORM
      • User
    • Service
      • Factory
    • ServiceLocator
    • Session
    • View
      • Helper

Classes

  • Entity
  • RoleEntity
  • Overview
  • Namespace
  • Class

Class Entity

Class UserEntity

ORM\Entity
Extended by Faulancer\ORM\Entity
Extended by Faulancer\ORM\User\Entity
Namespace: Faulancer\ORM\User
Located at ORM/User/Entity.php
Properties summary
protected static array $relations
# [ 'roles' => [RoleEntity::class, ['id' => 'user_id'], 'users', 'userrole'] ]
protected static string $tableName
# 'user'
Magic properties summary
public integer $id
public string $firstname
public string $lastname
public string $email
public string $login
public string $password
public Faulancer\ORM\User\RoleEntity[] $roles
API documentation generated by ApiGen