コード例 #1
0
ファイル: PHPTemplateValues.php プロジェクト: boolive/core
 function __toString()
 {
     return (string) $this->get(Rule::escape());
 }