mirror of
https://github.com/flextype/flextype.git
synced 2025-08-23 05:16:03 +02:00
- Collections implementation - next round
This commit is contained in:
@@ -138,6 +138,9 @@ class Entries
|
||||
*/
|
||||
public function fetchAll(string $id, array $args = []) : array
|
||||
{
|
||||
// Init Entries
|
||||
$entries = [];
|
||||
|
||||
// Set Expression
|
||||
$expression = [
|
||||
'=' => Comparison::EQ,
|
||||
|
Reference in New Issue
Block a user