1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-23 05:16:03 +02:00

Flextype Core: Entries #175 #165

- Collections implementation - next round
This commit is contained in:
Awilum
2019-06-29 14:46:52 +03:00
parent b87ba7dfcb
commit 88fab9b048

View File

@@ -138,6 +138,9 @@ class Entries
*/
public function fetchAll(string $id, array $args = []) : array
{
// Init Entries
$entries = [];
// Set Expression
$expression = [
'=' => Comparison::EQ,