Exemple #1
0
 /**
  * {@inheritdoc}
  */
 public function __construct($model)
 {
     parent::__construct($model);
     $this->markUnknown();
 }
Exemple #2
0
 /**
  * @param array $notification
  * @param mixed $model
  */
 public function __construct(array $notification, $model = null)
 {
     $this->notification = $notification;
     parent::__construct($model);
 }