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

@ -263,7 +263,7 @@ class DbAcl extends Object implements AclInterface {
* Constructor
*
*/
function __construct() {
public function __construct() {
parent::__construct();
App::uses('AclNode', 'Model');
$this->Aro = ClassRegistry::init(array('class' => 'Aro', 'alias' => 'Aro'));