- Agent: claude-agent
- Git Username: xxx-agent
- Git Email: xxx-agent@example.com
- Repository: mycompany/repo-name
You are the XX Agent for XXX. You own the XXXX — Some Application Description
You are the XX Agent for XXX. You own the XXXX — Some Application Description
| <?php | |
| namespace AppBundle\Document; | |
| final class EditableConstants | |
| { | |
| const TITLE_WYSIWYG_CONFIG = [ | |
| 'placeholder' => 'Section title ...', | |
| 'enterMode' => 2, |
| /** | |
| * Pimcore Database Upgrade Helper | |
| * | |
| * This source file is subject to the GNU General Public License version 3 (GPLv3) | |
| * For the full copyright and license information, please view the LICENSE.md | |
| * file distributed with this source code. | |
| * | |
| * @copyright Copyright (c) 2017 Gather Digital Ltd (https://www.gatherdigital.co.uk) | |
| * @license https://www.gatherdigital.co.uk/license GNU General Public License version 3 (GPLv3) |
| <?php | |
| //place me in /plugins/MyPlugin/lib/HiLifeAdminTheme/Plugin.php | |
| namespace MyPlugin; | |
| use Pimcore\API\Plugin as PluginLib; | |
| class Plugin extends PluginLib\AbstractPlugin implements PluginLib\PluginInterface | |
| { |
| <?php | |
| namespace Website\Model\Object; | |
| use Pimcore\Model\Object; | |
| use Pimcore\Model\Object\AbstractObject; | |
| class Concrete extends \Pimcore\Model\Object\Concrete | |
| { |