コード例 #1
0
ファイル: String.php プロジェクト: noremac13/website
 public function __toString()
 {
     return Params::apply($this->value, $this->params);
 }