[TYPO3-mvc] pi_getPidList in extbase

Bas van der Togt b.vandertogt at profinit.com
Wed Jul 17 17:24:32 CEST 2013


Works like a charm, thank you Patrick!

Op 17-07-13 17:04, Patrick Schriner schreef:
> Haven't tried it, but you could try:
>
> $pi =
> $this->objectManager->create('TYPO3\CMS\Frontend\Plugin\AbstractPlugin'); //
> 6.0+ - use tslib_pibase if older
> $pi->cObj = $this->configurationManager->getContentObject();
> $pidList = $pi->pi_getPidList(32, 9);
>
> This currently works due to AbstractPlugin not being abstract yet :D
>
> On Wed, 17 Jul 2013 16:52:02 +0200, Bas van der Togt
> <b.vandertogt at profinit.com> wrote:
>
>> Hello,
>>
>> Can anybody tell me how to do this in extbase 6.1.0:
>> tslib_pibase::pi_getPidList(32, 9);
>>
>> I tried
>> \tslib_pibase::pi_getPidList(32, 9);
>> but that's not working.
>>
>> Regards,
>> Bas
>
>



More information about the TYPO3-project-typo3v4mvc mailing list