/**
  * Function set the child classes.
  *
  * @since  1.0.0
  * @access public
  * @return void
  */
 public function set_class()
 {
     $this->loader = Cherry_Template_Loader::get_instance($this->args, $this);
     $this->parser = Cherry_Template_Parser::get_instance($this->args, $this);
 }