__construct() public méthode

public __construct ( )
Exemple #1
0
 public function __construct($update_url = null)
 {
     parent::__construct();
     $this->update_url = $update_url;
 }