| 1 | <?php |
||
| 16 | class UserProfile extends \yii\db\ActiveRecord |
||
| 17 | { |
||
| 18 | 10 | public function __construct($config = []) |
|
| 26 | |||
| 27 | /** |
||
| 28 | * @inheritdoc |
||
| 29 | */ |
||
| 30 | 28 | public static function tableName() |
|
| 34 | |||
| 35 | /** |
||
| 36 | * @inheritdoc |
||
| 37 | */ |
||
| 38 | 1 | public function attributeLabels() |
|
| 47 | |||
| 48 | /** |
||
| 49 | * @return \yii\db\ActiveQuery |
||
| 50 | */ |
||
| 51 | public function getUser() |
||
| 55 | |||
| 56 | public function getFiles($callable = null) |
||
| 62 | } |
||
| 63 |