Your IP : 216.73.216.11


Current Path : /home/digilove/www/libraries/smartslider3/src/Framework/Translation/
Upload File :
Current File : /home/digilove/www/libraries/smartslider3/src/Framework/Translation/AbstractTranslation.php

<?php

namespace Nextend\Framework\Translation;

abstract class AbstractTranslation {

    public function _($text) {
        return $text;
    }

    public function getLocale() {
        return 'en_US';
    }
}