/** * Set Access Sections Joomla Fields * * @return string * @since 3.2.0 */ public function get(): string { $component = ''; // set all the core field permissions $component .= PHP_EOL . Indent::_(1) . '
'; $component .= PHP_EOL . Indent::_(2) . ''; $component .= PHP_EOL . Indent::_(2) . ''; $component .= PHP_EOL . Indent::_(2) . ''; $component .= PHP_EOL . Indent::_(2) . ''; $component .= PHP_EOL . Indent::_(2) . ''; $component .= PHP_EOL . Indent::_(2) . ''; $component .= PHP_EOL . Indent::_(1) . '
'; $component .= PHP_EOL . Indent::_(1) . '
'; $component .= PHP_EOL . Indent::_(2) . ''; $component .= PHP_EOL . Indent::_(2) . ''; $component .= PHP_EOL . Indent::_(2) . ''; $component .= PHP_EOL . Indent::_(2) . ''; $component .= PHP_EOL . Indent::_(1) . '
'; return $component; }