1 2 3 4 5 6 7 8
<?phpclass N2Acl extends N2AclAbstract { public function authorise($action, $info) { return current_user_can($action); }}