Accessing one module's params from another module's controller

I think this is best described by an example. The current code I have, which does what I want, is:

Yii::app()->findModule(‘payment’)->modules[‘authorizenet’][‘params’][‘apiLogin’];

Is there a better way of doing this?

Thanks,

Jonah

try to use alias.

application.modules…