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