PHP Classes

File: Logaty/Helpers/Switcher/Select.php

Recommend this page to a friend!
  Classes of mohammad anzawi   PHP Multilingual Support Library   Logaty/Helpers/Switcher/Select.php   Download  
File: Logaty/Helpers/Switcher/Select.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: 3 years ago
Size: 170 bytes
 

Contents

Class file image Download
<?php

namespace PHPtricks\Logaty\Helpers\Switcher;

trait
Select
{
    public function
select()
    {
       
$id = 'logaty_' . uniqid();
        return
$this->render('select', $id);
    }
}