Public Member Functions | |
tableName () | |
rules () | |
relations () | |
attributeLabels () | |
search () | |
deleteFiles () | |
beforeDelete () |
Static Public Member Functions | |
static | model ($className=__CLASS__) |
Public Attributes | |
const | IMAGE = 0 |
const | VIDEO = 1 |
Additional Inherited Members | |
![]() | |
beforeSave () |
Definition at line 25 of file ApalinesMM.php.
ApalinesMM::attributeLabels | ( | ) |
Definition at line 81 of file ApalinesMM.php.
ApalinesMM::beforeDelete | ( | ) |
Function removes files before record is deleted
Reimplemented from APAActiveRecord.
Definition at line 150 of file ApalinesMM.php.
References deleteFiles().
ApalinesMM::deleteFiles | ( | ) |
Function removes multimedia records and files
Definition at line 140 of file ApalinesMM.php.
Referenced by beforeDelete().
|
static |
Returns the static model of the specified AR class.
string | $className | active record class name. |
Definition at line 35 of file ApalinesMM.php.
Referenced by Channel\checkMMParents(), Channel\makeRelations(), Channel\processBild(), and Channel\processRemoval().
ApalinesMM::relations | ( | ) |
Definition at line 69 of file ApalinesMM.php.
ApalinesMM::rules | ( | ) |
Definition at line 51 of file ApalinesMM.php.
ApalinesMM::search | ( | ) |
Retrieves a list of models based on the current search/filter conditions.
Definition at line 108 of file ApalinesMM.php.
ApalinesMM::tableName | ( | ) |
Definition at line 43 of file ApalinesMM.php.