Example #1
0
 /**
  * Constructor
  *
  * @param array|null $data
  */
 public function __construct($data = null)
 {
     parent::__construct($data);
     $this->name(__d('module_text', 'Text'));
     $this->description(__d('module_text', 'Arbitrary text or Html.'));
     $this->group(__d('module_text', 'General'));
     $this->path(__FILE__);
 }