PHP Classes

File: Logaty/Helpers/Switcher.php

Recommend this page to a friend!
  Classes of mohammad anzawi   PHP Multilingual Support Library   Logaty/Helpers/Switcher.php   Download  
File: Logaty/Helpers/Switcher.php
Role: Class source
Content type: text/plain
Description: Class source
Class: PHP Multilingual Support Library
Translate texts for Web sites from JSON or DB
Author: By
Last change:
Date: 2 years ago
Size: 345 bytes
 

Contents

Class file image Download
<?php
namespace PHPtricks\Logaty\Helpers;

use
PHPtricks\Logaty\Helpers\Switcher\Select;
use
PHPtricks\Logaty\Helpers\Switcher\Ul;
use
PHPtricks\Logaty\Helpers\Switcher\ImportTemplate;

class
Switcher
{
    protected
$app;

    public function
__construct($app)
    {
       
$this->app = $app;
    }
    use
Select;
    use
Ul;
    use
ImportTemplate;
}