Fenos\Notifynder\Senders\SenderFactory::__construct PHP Méthode

__construct() public méthode

public __construct ( Fenos\Notifynder\Contracts\NotifynderGroup $notifynderGroup, Fenos\Notifynder\Contracts\NotifynderCategory $notifynderCategory )
$notifynderGroup Fenos\Notifynder\Contracts\NotifynderGroup
$notifynderCategory Fenos\Notifynder\Contracts\NotifynderCategory
    public function __construct(NotifynderGroup $notifynderGroup, NotifynderCategory $notifynderCategory)
    {
        $this->notifynderGroup = $notifynderGroup;
        $this->notifynderCategory = $notifynderCategory;
    }