Beispiel #1
0
 /**
  * Constructor of the realistic domain.
  *
  * @return  void
  */
 protected function construct()
 {
     parent::construct();
     $this->adjustLength();
     return;
 }