Your IP : 3.15.3.102


Current Path : /home/church/www/wp-content/plugins/ninja-forms/includes/Telemetry/
Upload File :
Current File : /home/church/www/wp-content/plugins/ninja-forms/includes/Telemetry/RepositoryInterface.php

<?php

interface NF_Telemetry_RepositoryInterface
{
    public function get();
    public function save( $new_value );
}