![]() |
Kohinos
2.1.5
Logiciel de gestion d'une MLC (Monnaie Locale Complémentaire)
|
Fonctions membres publiques | |
getId () | |
getJs () | |
setJs (?string $js) | |
getCss () | |
setCss (?string $css) | |
getMetaDescription () | |
setMetaDescription (?string $metaDescription) | |
getMetaKeywords () | |
setMetaKeywords (?string $metaKeywords) | |
getTemplate () | |
setTemplate (?string $template) | |
getUser () | |
setUser (User $user) | |
__toString () | |
Attributs protégés | |
$id | |
ApiResource( attributes={"security"="is_granted('ROLE_ADMIN_PAGE_GERER_VIEW')"}, collectionOperations={ "get"={"security"="is_granted('ROLE_ADMIN_PAGE_GERER_LIST')"}, "post"={"security"="is_granted('ROLE_ADMIN_PAGE_GERER_EDIT')"} }, itemOperations={ "get"={"security"="is_granted('ROLE_ADMIN_PAGE_GERER_VIEW')"}, "put"={"security"="is_granted('ROLE_ADMIN_PAGE_GERER_EDIT')"}, }, normalizationContext={"groups"={"read"}}, denormalizationContext={"groups"={"write"}} ) @ORM\Entity @ORM\Table(name="page")
App\Entity\Page::getCss | ( | ) |
App\Entity\Page::getJs | ( | ) |
App\Entity\Page::getMetaDescription | ( | ) |
App\Entity\Page::getMetaKeywords | ( | ) |
App\Entity\Page::getTemplate | ( | ) |
App\Entity\Page::getUser | ( | ) |
App\Entity\Page::setCss | ( | ?string | $css | ) |
null | string | $css |
App\Entity\Page::setJs | ( | ?string | $js | ) |
null | string | $js |
App\Entity\Page::setMetaDescription | ( | ?string | $metaDescription | ) |
null | string | $metaDescription |
App\Entity\Page::setMetaKeywords | ( | ?string | $metaKeywords | ) |
null | string | $metaKeywords |
App\Entity\Page::setTemplate | ( | ?string | $template | ) |
null | string | $template |