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