Returns whether a P is in BUTTON scope.
Description
See also
Source
public function has_p_in_button_scope(): bool {
return $this->has_p_in_button_scope;
}
Changelog
| Version | Description |
|---|---|
| 6.4.0 | Introduced. |
Returns whether a P is in BUTTON scope.
public function has_p_in_button_scope(): bool {
return $this->has_p_in_button_scope;
}
| Version | Description |
|---|---|
| 6.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.