Kohinos  2.1.5
Logiciel de gestion d'une MLC (Monnaie Locale Complémentaire)
Référence de la classe App\Entity\Faq

Fonctions membres publiques

 getId ()
 
 getText ()
 
 setText (?string $text)
 
 getUser ()
 
 setUser (?User $user)
 
 getFichier ()
 
 setFichier ($fichier)
 
 getImage ()
 
 setImage ($image)
 
 __toString ()
 

Attributs protégés

 $id
 
 $fichier
 
 $image
 

Description détaillée

ApiResource( attributes={"security"="is_granted('ROLE_ADMIN_FAQ_GERER_VIEW')"}, collectionOperations={ "get"={"security"="is_granted('ROLE_ADMIN_FAQ_GERER_LIST')"}, "post"={"security"="is_granted('ROLE_ADMIN_FAQ_GERER_EDIT')"} }, itemOperations={ "get"={"security"="is_granted('ROLE_ADMIN_FAQ_GERER_VIEW')"}, "put"={"security"="is_granted('ROLE_ADMIN_FAQ_GERER_EDIT')"}, }, normalizationContext={"groups"={"read"}}, denormalizationContext={"groups"={"write"}} ).

@ORM\Entity @ORM\HasLifecycleCallbacks() @ORM\Table(name="faq")

Documentation des fonctions membres

◆ getFichier()

App\Entity\Faq::getFichier ( )
Renvoie
Media|null

◆ getImage()

App\Entity\Faq::getImage ( )

Get image.

Renvoie
image|null

◆ getUser()

App\Entity\Faq::getUser ( )
Renvoie
User|null

◆ setFichier()

App\Entity\Faq::setFichier (   $fichier)
Paramètres
Media | null$fichier
Renvoie
Faq

◆ setImage()

App\Entity\Faq::setImage (   $image)

Set image.

Renvoie
$this

◆ setUser()

App\Entity\Faq::setUser ( ?User  $user)
Paramètres
User | null$user
Renvoie
$this

La documentation de cette classe a été générée à partir du fichier suivant :