* @version SVN: $Id: Builder.php 7490 2010-03-29 19:53:27Z jwage $ */ class Representant extends BaseRepresentant { public function getName() { return $this->getFirstName() .' '. $this->getLastName(); } }