NAME
Example::ClassC - Example Class C
DESCRIPTION
This is class B
METHODS
foo
foo($text);
This method is doing foo.
print $this->foo();
It is not doing bar, only foo.
list item a
list item b
Example::ClassC - Example Class C
This is class B
foo($text);
This method is doing foo.
print $this->foo();
It is not doing bar, only foo.
list item a
list item b