????

Your IP : 18.226.34.223


Current Path : /home/ncom/www/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/
Upload File :
Current File : //home/ncom/www/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Token.php

<?php


namespace Nextend\Framework\Form\Element;

use Nextend\Framework\Form\Form;

class Token extends Hidden {

    protected function fetchElement() {

        return Form::tokenize();
    }
}