/**
  * セットされた値を加工する
  */
 public function apply($value)
 {
     return Charcoal_System::escape($value);
 }