コード例 #1
0
ファイル: Robot.php プロジェクト: Danielberry90/Txt
 /**
  * Returns associative array of available agents.
  *
  * @return array
  */
 public function getAgentOptions($fieldName = null, $keyValue = null)
 {
     return Agent::lists('comment', 'name');
 }