has_class
Description:
[ Version ( deprecated = true , deprecated_since = "3.14" , since = "3.0" ) ]
public bool has_class (string style_class)
public bool has_class (string style_class)
Warning: has_class is deprecated since 3.14.
Returns true if the currently rendered contents have defined the given class name.
Parameters:
this | |
style_class |
class name to look up |
Returns:
true if this has |