Nextras\Orm\Collection\ICollection::fetchPairs PHP Méthode

fetchPairs() public méthode

Fetches all records like $key => $value pairs.
public fetchPairs ( string $key = null, string $value = null ) : array
$key string associative key
$value string value
Résultat array
    public function fetchPairs($key = null, $value = null);