1 2 3 4 5 6 7
public function testAction($data = null) { if ($data) { //do something here } else { //bad stuff happens } }