Question:Consider the following code: <block type="A/B" name="root" output="toHtml" template="example/view.phtml"> What is the meaning of A/B?
A "Module's alias" / "Class name relative to the alias"
B "Controller's Alias" / "Class name relative to the alias"
C "Controller's Class" / "Method Name"
D "Method Name" / "Parameter"
+ AnswerA
+ Report