Пример #1
0
 /**
  * @see Staple_View::escape()
  * @param string $estring
  * @param boolean $strip
  */
 public static function _escape($estring, $strip = false)
 {
     return Staple_View::escape($estring, $strip);
 }