anr() public method

Ambiguous name resolution attribute to be used when choosing between objects.
public anr ( ) : string
return string
Exemplo n.º 1
0
 /**
  * Finds multiple records using ambiguous name resolution.
  *
  * @param array $anrs
  * @param array $columns
  *
  * @return mixed
  */
 public function findMany(array $anrs = [], $columns = [])
 {
     return $this->findManyBy($this->schema->anr(), $anrs, $columns);
 }