DbAclSchema Class Reference

Inheritance diagram for DbAclSchema:

CakeSchema CakeSchema Object Object

List of all members.


Public Member Functions

 after ($event=array())
 after ($event=array())
 before ($event=array())
 before ($event=array())

Public Attributes

 $acos
 $aros
 $aros_acos
 $name = 'DbAcl'

Detailed Description

Definition at line 36 of file db_acl.php.


Member Function Documentation

DbAclSchema::after ( event = array()  ) 

After callback to be implemented in subclasses

Parameters:
array $events schema object properties public

Reimplemented from CakeSchema.

Definition at line 44 of file db_acl.php.

DbAclSchema::after ( event = array()  ) 

After callback to be implemented in subclasses

Parameters:
array $events schema object properties public

Reimplemented from CakeSchema.

Definition at line 44 of file db_acl.php.

DbAclSchema::before ( event = array()  ) 

Before callback to be implemented in subclasses

Parameters:
array $events schema object properties
Returns:
boolean Should process continue public

Reimplemented from CakeSchema.

Definition at line 40 of file db_acl.php.

DbAclSchema::before ( event = array()  ) 

Before callback to be implemented in subclasses

Parameters:
array $events schema object properties
Returns:
boolean Should process continue public

Reimplemented from CakeSchema.

Definition at line 40 of file db_acl.php.


Member Data Documentation

DbAclSchema::$acos

Initial value:

 array(
            'id' => array('type'=>'integer', 'null' => false, 'default' => NULL, 'length' => 10, 'key' => 'primary'),
            'parent_id' => array('type'=>'integer', 'null' => true, 'default' => NULL, 'length' => 10),
            'model' => array('type'=>'string', 'null' => true),
            'foreign_key' => array('type'=>'integer', 'null' => true, 'default' => NULL, 'length' => 10),
            'alias' => array('type'=>'string', 'null' => true),
            'lft' => array('type'=>'integer', 'null' => true, 'default' => NULL, 'length' => 10),
            'rght' => array('type'=>'integer', 'null' => true, 'default' => NULL, 'length' => 10),
            'indexes' => array('PRIMARY' => array('column' => 'id', 'unique' => 1))
        )

Definition at line 47 of file db_acl.php.

DbAclSchema::$aros

Initial value:

 array(
            'id' => array('type'=>'integer', 'null' => false, 'default' => NULL, 'length' => 10, 'key' => 'primary'),
            'parent_id' => array('type'=>'integer', 'null' => true, 'default' => NULL, 'length' => 10),
            'model' => array('type'=>'string', 'null' => true),
            'foreign_key' => array('type'=>'integer', 'null' => true, 'default' => NULL, 'length' => 10),
            'alias' => array('type'=>'string', 'null' => true),
            'lft' => array('type'=>'integer', 'null' => true, 'default' => NULL, 'length' => 10),
            'rght' => array('type'=>'integer', 'null' => true, 'default' => NULL, 'length' => 10),
            'indexes' => array('PRIMARY' => array('column' => 'id', 'unique' => 1))
        )

Definition at line 58 of file db_acl.php.

DbAclSchema::$aros_acos

Initial value:

 array(
            'id' => array('type'=>'integer', 'null' => false, 'default' => NULL, 'length' => 10, 'key' => 'primary'),
            'aro_id' => array('type'=>'integer', 'null' => false, 'length' => 10, 'key' => 'index'),
            'aco_id' => array('type'=>'integer', 'null' => false, 'length' => 10),
            '_create' => array('type'=>'string', 'null' => false, 'default' => '0', 'length' => 2),
            '_read' => array('type'=>'string', 'null' => false, 'default' => '0', 'length' => 2),
            '_update' => array('type'=>'string', 'null' => false, 'default' => '0', 'length' => 2),
            '_delete' => array('type'=>'string', 'null' => false, 'default' => '0', 'length' => 2),
            'indexes' => array('PRIMARY' => array('column' => 'id', 'unique' => 1), 'ARO_ACO_KEY' => array('column' => array('aro_id', 'aco_id'), 'unique' => 1))
        )

Definition at line 69 of file db_acl.php.

DbAclSchema::$name = 'DbAcl'

Reimplemented from CakeSchema.

Definition at line 38 of file db_acl.php.


The documentation for this class was generated from the following files: