mirror of
https://github.com/dg/dibi.git
synced 2025-09-01 02:01:48 +02:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
c8457ab58a |
@@ -49,6 +49,9 @@ class Row implements \ArrayAccess, \IteratorAggregate, \Countable
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function __get(string $key)
|
||||
{
|
||||
$hint = Helpers::getSuggestion(array_keys((array) $this), $key);
|
||||
|
Reference in New Issue
Block a user