Ejemplo n.º 1
0
 public function __construct(&$parent)
 {
     parent::__construct($parent);
     $this->_name = __('Member: Email');
     $this->_required = true;
     $this->set('required', 'yes');
 }
Ejemplo n.º 2
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
 }
Ejemplo n.º 3
0
 public function __construct(string $property, string $type, string $target)
 {
     parent::__construct($property, $type);
     $this->target = $target;
 }
Ejemplo n.º 4
0
 public function __construct()
 {
     parent::__construct();
     $this->_name = __('Member: Username');
     $this->set('required', 'yes');
 }