1 | <?php |
||
17 | class ExchangeRate extends ActiveRecord |
||
18 | { |
||
19 | use ModelTrait; |
||
20 | |||
21 | public static function tableName() |
||
25 | |||
26 | /** |
||
27 | * {@inheritdoc} |
||
28 | * @return ActiveQuery |
||
29 | */ |
||
30 | public static function find() |
||
34 | |||
35 | public function rules() |
||
41 | |||
42 | public function pairCode(string $delimiter = '/'): string |
||
46 | |||
47 | public function attributeLabels() |
||
55 | } |
||
56 |