コード例 #1
0
 /**
  * Convenience method for testing.
  *
  * @return string
  */
 public function strip($content, $message = false)
 {
     return parent::_strip($content, $message);
 }
コード例 #2
0
 /**
  * Convenience method for testing.
  *
  * @return string
  */
 public function strip($content, $message = FALSE)
 {
     return parent::_strip($content, $message);
 }