????

Your IP : 13.58.244.160


Current Path : /home/ncom/www/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/
Upload File :
Current File : //home/ncom/www/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');
}