| Current Path : /home/bintopia/.trash/wp-content/plugins/ninja-forms/includes/Telemetry/ |
| Current File : /home/bintopia/.trash/wp-content/plugins/ninja-forms/includes/Telemetry/RepositoryInterface.php |
<?php
interface NF_Telemetry_RepositoryInterface
{
public function get();
public function save( $new_value );
}