mirror of
https://github.com/flextype/flextype.git
synced 2025-08-16 01:54:28 +02:00
Snippets: Implementation
This commit is contained in:
23
flextype/Snippets.php
Normal file
23
flextype/Snippets.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @package Flextype
|
||||
*
|
||||
* @author Sergey Romanenko <awilum@yandex.ru>
|
||||
* @link http://flextype.org
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Flextype;
|
||||
|
||||
use Flextype\Component\Filesystem\Filesystem;
|
||||
use Flextype\Component\Event\Event;
|
||||
use Flextype\Component\I18n\I18n;
|
||||
use Flextype\Component\Registry\Registry;
|
||||
|
||||
class Snippets
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user