20241102#1
This commit is contained in:
12
application/base/Repository/AbstractRepository.md
Normal file
12
application/base/Repository/AbstractRepository.md
Normal file
@@ -0,0 +1,12 @@
|
||||
### Создание объекта из массива
|
||||
|
||||
```php
|
||||
setProperties(array $data) : void
|
||||
```
|
||||
|
||||
|
||||
### Получение массива из объекта
|
||||
|
||||
```php
|
||||
getProperties(callable $method = null) : array
|
||||
```
|
||||
Reference in New Issue
Block a user