Nextras\Orm\Collection\ICollection::fetchPairs PHP 메소드

fetchPairs() 공개 메소드

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