PluginProbe
Metricool – Social media and site statistics / 2.0.2
Metricool – Social media and site statistics v2.0.2
2.1.0 2.0.2 2.0.1 2.0.0 1.27 trunk
metricool / app / Features / UserSettings / Fields / ExampleField.php

ExampleField.php in Metricool – Social media and site statistics 2.0.2, at app/Features/UserSettings/Fields/ExampleField.php

14 lines 215 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 declare(strict_types=1);
4
5 namespace Metricool\Features\UserSettings\Fields;
6
7 class ExampleField extends Field
8 {
9 public function getValue(): string
10 {
11 return "This is an example field";
12 }
13 }
14