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/token.php

<?php

class N2ElementToken extends N2Element {

    protected function fetchTooltip() {
        return $this->fetchNoTooltip();
    }

    protected function fetchElement() {
        $this->rowClass = 'n2-hidden';

        return N2Form::tokenize();
    }
}

Copyright © 2019 by b0y-101