/**
  * Constructor
  * @param int $a_target_id Id of parent node
  * @return 
  */
 public function __construct($a_target_id)
 {
     parent::__construct($a_target_id);
 }