Static Public Member Functions |
static | model ($className=__CLASS__) |
Detailed Description
Definition at line 10 of file PmAroNode.php.
Member Function Documentation
- Returns:
- array customized attribute labels (name=>label)
Definition at line 43 of file PmAroNode.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:
- Permission the static model class
Definition at line 16 of file PmAroNode.php.
- Returns:
- array relational rules.
Definition at line 55 of file PmAroNode.php.
{
return array(
'aro' => array(static::BELONGS_TO, 'PmAro', 'collection_id'),
'permissions' => array(static::HAS_MANY, 'Permission', 'aro_id')
);
}
- Returns:
- array validation rules for model attributes.
Definition at line 32 of file PmAroNode.php.
- Returns:
- string the associated database table name
Definition at line 24 of file PmAroNode.php.
The documentation for this class was generated from the following file:
- D:/Projekte/Web/exportAcl/acl/components/strategies/nestedSet/pathMaterialization/models/PmAroNode.php