Added visibility in some methods and attributes.

This commit is contained in:
Juan Basso 2011-08-18 22:16:16 -04:00
parent 16ef234180
commit 0575e92833
16 changed files with 27 additions and 27 deletions

View file

@ -30,7 +30,7 @@ App::uses('BaseAuthenticate', 'Controller/Component/Auth');
*
* In your controller's components array, add auth + the required settings.
* {{{
* var $components = array(
* public $components = array(
* 'Auth' => array(
* 'authenticate' => array('Digest')
* )