Example #1
0
 /**
  * Get related keys from a given row set
  *
  * @param   \Hubzero\Database\Rows  $rows  The rows from which to grab the related keys
  * @return  array
  * @since   2.0.0
  **/
 public function getRelatedKeysFromRows($rows)
 {
     return $rows->fieldsByKey($this->getRelatedKey());
 }