????

Your IP : 3.15.187.205


Current Path : /home/ncom/www/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Message/
Upload File :
Current File : //home/ncom/www/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Message/Notice.php

<?php


namespace Nextend\Framework\Form\Element\Message;


use Nextend\Framework\Form\Element\Message;

class Notice extends Message {

    public function __construct($insertAt, $name, $label, $description) {
        $this->classes[] = 'n2_field_message--notice';
        parent::__construct($insertAt, $name, $label, $description);
    }
}