3 namespace Rapsys\AirBundle\Entity
; 
   5 class Civility 
extends \Rapsys\UserBundle\Entity\Civility 
{ 
  14          * @param string $short 
  18         public function setShort($short) { 
  19                 $this->short 
= $short; 
  29         public function getShort() { 
  34          * Returns a string representation of the civility 
  38         public function __toString(): string {