/ */ class Independent_Module extends P4Cms_Module_Integration { /** * A static module method for testing. * * @param mixed $input Some input. * @return mixed returns whatever was passed */ public static function returnInput($input) { return $input; } }