PHP Classes

File: Logaty/Helpers/Switcher/Ul.php

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

Contents

Class file image Download
<?php

namespace PHPtricks\Logaty\Helpers\Switcher;

trait
Ul
{
    public function
ul()
    {
        return
$this->render('ul', null);
    }
}