示例#1
0
 /**
  * Returns associative array of available agents.
  *
  * @return array
  */
 public function getAgentOptions($fieldName = null, $keyValue = null)
 {
     return Agent::lists('comment', 'name');
 }