[TYPO3-mvc] ItemsProcFunc and Namespaces
Frans Saris
franssaris at gmail.com
Thu May 30 18:49:46 CEST 2013
Hi Heiko,
Don't het the whole context. But you mean something like:
'EXT:media/Classes/Hooks/NawSecuredl.php:TYPO3\CMS\Media\Hooks\NawSecuredl->preOutput';
File:classname_incluiding_namespace->funtion_name
Gr. Frans
Op 30 mei 2013 17:22 schreef "Heiko Kromm | Paints" <h.kromm at paints.de> het
volgende:
> Hi List,
>
> I want to call a ItemsProcFunc with a new extbase extension using
> namespaces.
>
> I placed my Class in Classes/Hook and the filename is ItemsProcFunc.php.
> The content of this file is (shortend):
> <?php
> namespace Myvendor\Myextension\Hook;
>
> class ItemsProcFunc {
>
> public function createItems(array &$config, t3lib_TCEforms
> $parentObject) {
> ...
> }
> }
> ?>
>
> How can I call the createItems function with ItemsProcFunc?
>
> Thanks for your help
> Heiko
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
>
More information about the TYPO3-project-typo3v4mvc
mailing list