?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/caldera-forms/cf2/RestApi/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/caldera-forms/cf2

?? Viewing: CalderaRestApiContract.php

<?php


namespace calderawp\calderaforms\cf2\RestApi;


interface CalderaRestApiContract
{
    /**
     * Get the namespace for Caldera Forms REST API
     *
     * @since 1.8.0
     *
     * @return string
     */
    public function getNamespace();

    /**
     * Initialize the endpoints
     *
     * @since 1.8.0
     *
     * @return $this
     *
     */
    public function initEndpoints();
}


??

??