param('Direction') == 'down') { $this->down(); } else { $this->up(); } } function up() {} function down() {} } ?>