Exemplo n.º 1
0
 public function populate($data)
 {
     parent::populate($data);
     if ($type = $this->getProperty($data, 'type')) {
         $this->type = $this->service()->resource('NotificationType', $type);
     }
 }