LaravelFCM\Request\GroupRequest::__construct PHP Метод

__construct() публичный Метод

GroupRequest constructor.
public __construct ( $operation, $notificationKeyName, $notificationKey, $registrationIds )
$operation
$notificationKeyName
$notificationKey
$registrationIds
    public function __construct($operation, $notificationKeyName, $notificationKey, $registrationIds)
    {
        parent::__construct();
        $this->operation = $operation;
        $this->notificationKeyName = $notificationKeyName;
        $this->notificationKey = $notificationKey;
        $this->registrationIds = $registrationIds;
    }