| 1 | <?php |
||
| 19 | class File extends \yii\db\ActiveRecord |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @inheritdoc |
||
| 23 | * @internal |
||
| 24 | */ |
||
| 25 | public static function tableName() |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @inheritdoc |
||
| 32 | * @internal |
||
| 33 | */ |
||
| 34 | public function behaviors() |
||
| 45 | |||
| 46 | /** |
||
| 47 | * @internal |
||
| 48 | */ |
||
| 49 | public function beforeSave($insert) |
||
| 62 | |||
| 63 | /** |
||
| 64 | * @inheritdoc |
||
| 65 | * @return \app\models\query\FileQuery The active query used by this AR class |
||
| 66 | */ |
||
| 67 | public static function find() |
||
| 71 | } |
||
| 72 |