I've got file template.php, that is included in CBitrixComponentTemplate
's method.
CBitrixComponentTemplate
has property $this->__component
, that is dynamicly filled with object EtmOrderAdd
. EtmOrderAdd
has property objValidator
.
Now, when I am writing the file template.php
, I need all these properties to be understood by phpDoc
.
Here's the picture, illustrating my idea :
How should I write it?