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