Static Public Member Functions |
static | model ($className=__CLASS__) |
Detailed Description
Definition at line 11 of file PmAcoNode.php.
Member Function Documentation
- Returns:
- array customized attribute labels (name=>label)
Definition at line 58 of file PmAcoNode.php.
{
return array(
'id' => 'ID',
'collection_id' => 'Collection Id',
'path' => 'path',
);
}
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 38 of file PmAcoNode.php.
- Returns:
- array relational rules.
Definition at line 24 of file PmAcoNode.php.
{
return array(
'aco' => array(static::BELONGS_TO, 'PmAco', 'collection_id'),
'permissions' => array(static::HAS_MANY, 'Permission', 'aco_id')
);
}
- Returns:
- array validation rules for model attributes.
Definition at line 47 of file PmAcoNode.php.
- Returns:
- string the associated database table name
Definition at line 16 of file PmAcoNode.php.
The documentation for this class was generated from the following file:
- D:/Projekte/Web/exportAcl/acl/components/strategies/nestedSet/pathMaterialization/models/PmAcoNode.php