示例#1
0
 /**
  * Return true is the given content contain the given name shortcode.
  *
  * @param string $content
  * @param string $name
  * @return boolean 
  * @static 
  */
 public static function contains($content, $name)
 {
     return \Pingpong\Shortcode\Shortcode::contains($content, $name);
 }