%PDF- %PDF-
| Direktori : /home/opti/www/stlc/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/ |
| Current File : /home/opti/www/stlc/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();
}
}