| [ Index ] |
|
Code source de CakePHP 1.1.13.4450 |
[Code source] [Imprimer] [Statistiques]
Short description for file. Long description for file
| Copyright: | Copyright 2005-2007, Cake Software Foundation, Inc. |
| License: | http://www.opensource.org/licenses/mit-license.php The MIT License |
| Version: | $Revision: 4409 $ |
| Poids: | 200 lignes (5 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
SecurityComponent:: (5 méthodes):
__construct()
startup()
blackHole()
requirePost()
requireAuth()
Classe: SecurityComponent - X-Ref
Short description for file.| __construct() X-Ref |
| Security class constructor |
| startup(&$controller) X-Ref |
| Component startup. All security checking happens here. param: object $controller return: unknown |
| blackHole(&$controller) X-Ref |
| Black-hole an invalid request with a 404 error or custom callback param: object $controller return: callback in controller |
| requirePost() X-Ref |
| Sets the actions that require a POST request, or empty for all actions return: void |
| requireAuth() X-Ref |
| Sets the actions that require an authenticated request, or empty for all actions return: void |
| Généré le : Sun Feb 25 19:27:47 2007 | par Balluche grâce à PHPXref 0.7 |