Detailed Description
Definition at line 11 of file PmAco.php.
Member Function Documentation
- Returns:
- array customized attribute labels (name=>label)
Definition at line 59 of file PmAco.php.
{
return array(
'id' => 'ID',
'alias' => 'Alias',
'model' => 'Model',
'foreign_key' => 'Foreign Key',
'creaed' => 'Created'
);
}
static model |
( |
|
$className = __CLASS__ | ) |
|
|
static |
Returns the static model of the specified AR class.
- Parameters:
-
string | $className | active record class name. |
- Returns:
- PM_Aco the static model class
Definition at line 19 of file PmAco.php.
- Returns:
- array relational rules.
Definition at line 46 of file PmAco.php.
{
return array(
'acoNodes' => array(static::HAS_MANY, 'PmAcoNode', 'collection_id'),
'permissions' => array(static::HAS_MANY, 'Permission', 'aco_id')
);
}
- Returns:
- array validation rules for model attributes.
Definition at line 35 of file PmAco.php.
- Returns:
- string the associated database table name
Definition at line 27 of file PmAco.php.
{
return '{{aco_collection}}';
}
The documentation for this class was generated from the following file:
- D:/Projekte/Web/exportAcl/acl/components/strategies/nestedSet/pathMaterialization/models/PmAco.php