Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getModelTitle()
 {
     return $this->mailAction ? $this->mailAction : parent::getModelTitle();
 }
Ejemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function getModelTitle()
 {
     return $this->email ? $this->email : parent::getModelTitle();
 }