This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace Vendor\Package\EventListener; | |
| /* | |
| * This file is part of a TYPO3 extension. | |
| * | |
| * It is free software; you can redistribute it and/or modify it under | |
| * the terms of the GNU General Public License, either version 2 | |
| * of the License, or any later version. | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace MyVendor\MyExtension\Property\TypeConverters | |
| use TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter | |
| class MyPersistentObjectConverter extends PersistentObjectConverter { | |
| /** | |
| * @var string | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on alfred_script(q) | |
| -- Idea from https://coderwall.com/p/fyfp0w | |
| -- automatic connect/disconnect (added 2014-08-25) | |
| -- disable wifi on connect (added 2014-09-01) | |
| -- Some required settings to get this connect script working | |
| -- Set target bluetooth device | |
| -- Set label of item to "click" | |
| set DeviceToConnect to "jousch.com" | |
| set ConnectLabel to "Mit Netzwerk verbinden" |