/**
  * Gets the parent block
  * @return ReflectionTemplate_Block
  */
 public function getParent()
 {
     return $this->reflector->getBlockByID($this->parentIndex);
 }