[ Index ]
 

Code source de CakePHP 1.1.13.4450

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/cake/libs/controller/components/dbacl/ -> db_acl.php (sommaire)

This is core configuration file. Use it to configure core behaviour ofCake.

Copyright: Copyright 2005-2007, Cake Software Foundation, Inc.
License: http://www.opensource.org/licenses/mit-license.php The MIT License
Version: $Revision: 4409 $
Poids: 310 lignes (8 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

DB_ACL:: (12 méthodes):
  __construct()
  check()
  allow()
  deny()
  inherit()
  grant()
  revoke()
  getAro()
  getAco()
  __getObject()
  getAclLink()
  _getAcoKeys()


Classe: DB_ACL  - X-Ref

In this file you can extend the AclBase.

__construct()   X-Ref
Enter description here...


check($aro, $aco, $action = "*")   X-Ref
Enter description here...

param: string $aro
param: string $aco
param: string $action
return: boolean

allow($aro, $aco, $action = "*", $value = 1)   X-Ref
Enter description here...

param: string $aro
param: string $aco
param: string $action
param: integer $value
return: boolean

deny($aro, $aco, $action = "*")   X-Ref
Enter description here...

param: string $aro
param: string $aco
param: string $action
return: boolean

inherit($aro, $aco, $action = "*")   X-Ref
Enter description here...

param: string $aro
param: string $aco
param: string $action
return: boolean

grant($aro, $aco, $action = "*")   X-Ref
Enter description here...

param: string $aro
param: string $aco
param: string $action
return: boolean

revoke($aro, $aco, $action = "*")   X-Ref
Enter description here...

param: string $aro
param: string $aco
param: string $action
return: boolean

getAro($id = null)   X-Ref
Get an ARO object from the given id or alias

param: mixed $id
return: object Aro

getAco($id = null)   X-Ref
Get an ACO object from the given id or alias

param: mixed $id
return: object Aco

__getObject($id = null, $object)   X-Ref
Pas de description

getAclLink($aro, $aco)   X-Ref
Get an array of access-control links between the given Aro and Aco

param: mixed $aro
param: mixed $aco
return: array

_getAcoKeys($keys)   X-Ref
Enter description here...

param: object $keys
return: array



Généré le : Sun Feb 25 19:27:47 2007 par Balluche grâce à PHPXref 0.7