Skip to content

Instantly share code, notes, and snippets.

View mentisy's full-sized avatar

Alexander Volle mentisy

View GitHub Profile
@mentisy
mentisy / templates.php
Last active March 2, 2019 16:18
KNX Configurator Templates
<?php
namespace Avolle\Knx\Types;
use Avolle\Knx\Generate;
class House extends Generate {
/**
* Template to base on adding main groups, middle groups and addresses
*
<?php
namespace App\Shell;
use App\Mailer\ToolsStatusMailer;
use App\Model\Entity\User;
use App\Model\Table\ToolsStatusTable;
use App\Model\Table\UsersTable;
use Cake\Console\Shell;
<?php
namespace App\Command;
use Cake\Console\Arguments;
use Cake\Console\Command;
use Cake\Console\ConsoleIo;
/**
* Hello command.
*/