Example #1
0
 public function __construct($mark)
 {
     $this->setName('Eyes Color');
     $this->setTop('20px');
     $this->setLeft('30%');
     parent::__construct($mark);
 }
Example #2
0
 public function __construct($mark)
 {
     $this->setName('Hair Color');
     $this->setTop('-8px');
     $this->setLeft('0px');
     parent::__construct($mark);
 }