[TYPO3-mvc] Tx_Extbase_Persistence_ObjectStorage as Action-Parameter

Stefan Frömken firma at sfroemken.de
Wed Apr 18 10:27:16 CEST 2012


Hello MVC-List,

is there a possibility to do something like this?

/**
  * @param 
Tx_Extbase_Persistence_ObjectStorage<Tx_KeZr_Domain_Model_Invoice>
  * @return string The merged PDF files as ZIP/GZ
  */
public function pdfAction(Tx_Extbase_Persistence_ObjectStorage $invoices) {
	t3lib_utility_Debug::debug($invoices->toArray(), 'objStorage');
	...
}


More information about the TYPO3-project-typo3v4mvc mailing list