lovata/oc-toolbox-plugin

View on GitHub
classes/parser/create/ControllerConfigReorderCreateFile.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php namespace Lovata\Toolbox\Classes\Parser\Create;

/**
 * Class ControllerConfigReorderCreateFile
 * @package Lovata\Toolbox\Classes\Parser\Create
 * @author Sergey Zakharevich, s.zakharevich@lovata.com, LOVATA Group
 */
class ControllerConfigReorderCreateFile extends CommonCreateFile
{
    /** @var string */
    protected $sFile = 'config_reorder.yaml';
    /** @var string */
    protected $sFolderPath = '/{{lower_author}}/{{lower_plugin}}/controllers/{{lower_controller}}/';
    /** @var string */
    protected $sTemplatePath = '/lovata/toolbox/classes/parser/templates/controller_config_reorder.stub';
}