예제 #1
0
파일: Field.php 프로젝트: helmut/forms
 /**
  * Translate a specific key.
  *
  * @param  string  $key
  * @return string
  */
 public function translate($key)
 {
     return $this->form->translate($key, $this);
 }