1 | <?php |
||
24 | abstract class BaseRedisEntityModel extends \yii\redis\ActiveRecord |
||
25 | { |
||
26 | use EntityTrait; |
||
27 | |||
28 | /** |
||
29 | * Initialize new entity. |
||
30 | */ |
||
31 | 1 | public function init() |
|
39 | |||
40 | /** |
||
41 | * @inheritdoc |
||
42 | * @return \vistart\Models\queries\BaseRedisEntityQuery the newly created [[BaseEntityQuery]] or its sub-class instance. |
||
43 | */ |
||
44 | 1 | public static function find() |
|
53 | |||
54 | 1 | public function attributes() |
|
58 | } |
||
59 |