%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/EmptyArea.php |
<?php
namespace Nextend\Framework\Form\Element;
use Nextend\Framework\Form\AbstractField;
use Nextend\Framework\View\Html;
class EmptyArea extends AbstractField {
protected function fetchElement() {
return Html::tag('div', array(
'id' => $this->fieldID
));
}
}