1 | <?php |
||
15 | class Profile extends ActiveRecord |
||
16 | { |
||
17 | use CommonTrait; |
||
18 | |||
19 | /** |
||
20 | * @inheritdoc |
||
21 | */ |
||
22 | 16 | public static function tableName() |
|
26 | |||
27 | /** |
||
28 | * @inheritdoc |
||
29 | */ |
||
30 | 9 | public function rules() |
|
37 | |||
38 | /** |
||
39 | * @inheritdoc |
||
40 | */ |
||
41 | public function attributeLabels() |
||
49 | |||
50 | public function getUser() |
||
54 | } |
||
55 |