RepositoryInterface.php 120 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <?php interface NF_Telemetry_RepositoryInterface { public function get(); public function save( $new_value ); }