tableName . '` ' . 'WHERE `id` = ?'; return $this->findEntity($sql, [$id]); } /** * Add relational data to an Entity by calling the related Mapper * @param $entities * @param $entityType * @param $property * addRelation($cards, $labels, function($one, $many) { * if($one->id == $many->cardId) * } */ public function addRelation($entities, $entityType, $property) { } }