%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/ugotscom/kma/vendor/botman/botman/src/Interfaces/
Upload File :
Create Path :
Current File : /home/ugotscom/kma/vendor/botman/botman/src/Interfaces/DriverEventInterface.php

<?php

namespace BotMan\BotMan\Interfaces;

interface DriverEventInterface
{
    /**
     * @param $payload
     */
    public function __construct($payload);

    /**
     * Return the event name to match.
     *
     * @return string
     */
    public function getName();

    /**
     * Return the event payload.
     *
     * @return mixed
     */
    public function getPayload();
}

Zerion Mini Shell 1.0