| 1 | <?php |
||
| 19 | class ContactListContactsAccessor extends ObjectAccessor |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @inheritdoc |
||
| 23 | */ |
||
| 24 | public function init() |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @param array $config |
||
| 32 | * @param null $source |
||
| 33 | * @return mixed |
||
| 34 | * @throws \yii\base\InvalidConfigException |
||
| 35 | */ |
||
| 36 | public function read(array $config = [], $source = null) |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @inheritdoc |
||
| 44 | */ |
||
| 45 | protected function prepare(array $criteria = []) |
||
| 52 | } |
||
| 53 |