App\services\PushService::pushMessage PHP 메소드

pushMessage() 개인적인 메소드

method to dispatch iOS notifications
private pushMessage ( Invoice $invoice, $token, $type )
$invoice app\models\Invoice
$token
$type
    private function pushMessage(Invoice $invoice, $token, $type)
    {
        $this->pushFactory->message($token, $this->messageType($invoice, $type));
    }