コード例 #1
0
ファイル: Model.php プロジェクト: 9naQuame/wyf
 public function escape($text)
 {
     return $this->datastore->escape($text);
 }