| 1 | <?php |
||
| 11 | class Address extends Prefix |
||
| 12 | { |
||
| 13 | use ModelTrait; |
||
| 14 | |||
| 15 | public static function tableName() |
||
| 19 | |||
| 20 | /** {@inheritdoc} */ |
||
| 21 | public function rules() |
||
| 25 | |||
| 26 | /** {@inheritdoc} */ |
||
| 27 | public function attributeLabels() |
||
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritdoc} |
||
| 36 | * @return PrefixQuery |
||
| 37 | */ |
||
| 38 | public static function find(array $options = []): QueryInterface |
||
| 44 | } |
||
| 45 |