Esempio n. 1
0
 /**
  * @return string
  */
 public function getRecordType()
 {
     $recordType = 'Tx_' . $this->extension->getExtensionName() . '_' . $this->getName();
     return $recordType;
 }