YiiApplication.php 445 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<?php
/**
 * @author Semenov Alexander <semenov@skeeks.com>
 * @link http://skeeks.com/
 * @copyright 2010 SkeekS (СкикС)
 * @date 16.03.2015
 */
namespace yii\web;
use skeeks\modules\cms\form\components\FormRegisteredElements;
use skeeks\modules\cms\form\components\FormRegisteredWidgets;


/**
 *
 * @property FormRegisteredElements              $formRegisteredElements
 *
 * Class Application
 * @package yii\web
 */
class Application
{}