XFdestek
Kurucu Üye
If you call
PHP:
and then
PHP:
This will result in two different repository objects, each with a different slot in the property
The repository itself will have
PHP:
PHP:
\XF::repository('XF:EmailBounce')
and then
PHP:
\XF::repository('XF\Repository\EmailBounceRepository')
This will result in two different repository objects, each with a different slot in the property
$repositories
in XF\Mvc\Entity\Manager
.The repository itself will have
'XF:EmailBounce'
for both stored in the $identifier
property on the repository.PHP: