public function __construct($name, $content = '')
 {
     $this->name = $name;
     parent::__construct();
 }