<?php
namespace __APP_NAME__\controller;
/**
* This is a automated generated boiler plate for CRUD feature.
* Please edit hasAccessTo.
* @author gnomephp
*
*/
class CRUD extends \gnomephp\crud\CRUD_Doctrine implements \gnomephp\security\Secure{
public function hasAccessTo($method, $securitySession){
// @TODO implement this method. tip: $securitySession->getUsername()
}
}