Esempio n. 1
0
 /**
  * Returns the adjusted block
  * @return block
  */
 protected function SaveElement()
 {
     $this->block->SetTagName($this->Value('TagName'));
     return $this->block;
 }