How to show a detail-data of a master-item by HOOK?

I set these in modMyStock.class.php

‘hooks’ => array(
‘all’
)

and set in mysite_card.php

$linktoelem = $form->showLinkToObjectBlock($object, array(‘custom/mystock/class/myarticle.class.php’), null);

However it doesn’t work, could you help me?
Thank you very much~