argument = $argument; } function getValue(){ return $this->argument->getValue(); } function show(){ $value = $this->argument->getValue(); if(!isset($value)) return false; return true; } } ?>