Skip to content

Instantly share code, notes, and snippets.

View visay's full-sized avatar

Visay Keo visay

View GitHub Profile
resources:
entities:
'Acme\MyPackage\Domain\Model\User':
Acme_MyPackage_User_Admin: 'ANY'
Acme_MyPackage_User_Me: 'current.securityContext.account.user == this.user && this.user != NULL'
roles:
SimpleUser: []
Administrator: [SimpleUser]
<?php
namespace TYPO3\Conference\Command;
/* *
* This script belongs to the FLOW3 package "Conference". *
* *
* It is free software; you can redistribute it and/or modify it under *
* the terms of the GNU Lesser General Public License as published by the *
* Free Software Foundation, either version 3 of the License, or (at your *
* option) any later version. *