b0y-101 Mini Shell


Current Path : E:/www/buriram/libraries/nextend2/nextend/library/libraries/form/elements/
File Upload :
Current File : E:/www/buriram/libraries/nextend2/nextend/library/libraries/form/elements/container.php

<?php

class N2ElementContainer extends N2Element {

    protected function fetchElement() {

        return N2Html::tag('div', array(
            'id' => $this->fieldID
        ));
    }
}

Copyright © 2019 by b0y-101