????

Your IP : 18.119.253.7


Current Path : /proc/self/cwd/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/
Upload File :
Current File : //proc/self/cwd/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Disabled.php

<?php

namespace Nextend\Framework\Form\Element\Text;

use Nextend\Framework\Form\Element\Text;

class Disabled extends Text {

    protected $attributes = array('disabled' => 'disabled');
}