filter = array('NAME' => 'Iain Dooley', 'CAR' => 'Honda', 'STORE' => 'Collingwood'); } function findFilter($arg) { return $this->filter[$arg[1]]; } }