Differences Between: [Versions 310 and 402] [Versions 39 and 402]
Output rendering for the plugin.
Copyright: | 2017 Damyon Wiese |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 333 lines (14 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
renderer:: (3 methods):
issuers_table()
endpoints_table()
user_field_mappings_table()
issuers_table($issuers) X-Ref |
This function will render one beautiful table with all the issuers. param: \core\oauth2\issuer[] $issuers - list of all issuers. return: string HTML to output. |
endpoints_table($endpoints, $issuerid) X-Ref |
This function will render one beautiful table with all the endpoints. param: \core\oauth2\endpoint[] $endpoints - list of all endpoints. param: int $issuerid return: string HTML to output. |
user_field_mappings_table($userfieldmappings, $issuerid) X-Ref |
This function will render one beautiful table with all the user_field_mappings. param: \core\oauth2\user_field_mapping[] $userfieldmappings - list of all user_field_mappings. param: int $issuerid return: string HTML to output. |