Beispiel #1
0
 public function __construct($name, $type, $iconDir, $location, $info = null)
 {
     parent::__construct($name, $type, $iconDir, $location);
     $this->info = $info;
 }
Beispiel #2
0
 function __construct($size = 4)
 {
     parent::__construct($size);
 }
Beispiel #3
0
 public function __construct($name, $type, $iconDir, $location)
 {
     parent::__construct($name, $type, $iconDir, $location);
 }