Retrieves the attributes for the request.
Description
These are the options for the route that was matched.
Source
public function get_attributes() { return $this->attributes; }
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |
Retrieves the attributes for the request.
These are the options for the route that was matched.
public function get_attributes() { return $this->attributes; }
Version | Description |
---|---|
4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.