Example #1
0
 public function __toString()
 {
     if (!$this->bank) {
         return 'new';
     }
     return parent::__toString() . '/' . $this->bank->getCode();
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->routes = new ArrayCollection();
 }