1 | <?php |
||
16 | class UserProfile extends \yii\db\ActiveRecord |
||
17 | { |
||
18 | 30 | public function __construct($config = []) |
|
23 | |||
24 | /** |
||
25 | * @inheritdoc |
||
26 | */ |
||
27 | 59 | public static function tableName() |
|
31 | |||
32 | /** |
||
33 | * @inheritdoc |
||
34 | */ |
||
35 | 4 | public function rules() |
|
47 | |||
48 | /** |
||
49 | * @inheritdoc |
||
50 | */ |
||
51 | 3 | public function attributeLabels() |
|
60 | |||
61 | /** |
||
62 | * @return \yii\db\ActiveQuery |
||
63 | */ |
||
64 | 2 | public function getUser() |
|
68 | |||
69 | public function getFiles($callable = null) |
||
75 | } |
||
76 |