Parable GetSet 0.1.4
Pre-release
Pre-release
0.1.4
Changes
- Added
getMultiple(string ...$keys): array
so you can request multiple keys in one go. The default value if not found is alwaysnull
.
// Example of getMultiple:
[$title, $content] = $postColection->getMultiple('title', 'content');