Added more detail in obtaining first result
This commit is contained in:
@ -9,5 +9,6 @@ interface ResultSet
|
||||
public function execute(array $values): ResultSet;
|
||||
public function getAsArray(): array;
|
||||
public function getAsObject(): array;
|
||||
public function getFirst(): mixed;
|
||||
public function getFirstAsArray(): array;
|
||||
public function getFirstAsObject(): object;
|
||||
}
|
||||
|
Reference in New Issue
Block a user