File "UrlRoutable.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Support/UrlRoutable.php
File size: 325 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace FluentForm\Framework\Support;

interface UrlRoutable
{
    /**
     * Get the value of the model's route key.
     *
     * @return mixed
     */
    public function getRouteKey();

    /**
     * Get the route key for the model.
     *
     * @return string
     */
    public function getRouteKeyName();
}