コード例 #1
0
ファイル: TaggingPresenter.php プロジェクト: nix9/laracasts
 /**
  * @param mixed $value
  * @return string
  */
 public function presentValue($value)
 {
     return $this->presentString($this->presenter->presentValue($value));
 }