Eloquent\Phony\Call\Event\ProducedEvent::key PHP Метод

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

Get the produced key.
public key ( ) : mixed
Результат mixed The produced key.
    public function key()
    {
        return $this->key;
    }