Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
| Option | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
|||
| <?php | |
| declare(strict_types=1); | |
| namespace Korobochkin\WPKit\Options; | |
| use Korobochkin\WPKit\DataComponents\Traits\DummyBuildConstraintTrait; | |
| /** | |
| * This class can be used for dynamic options (from other plugins or for managing default WP options). | |
| */ | |
| class Option extends AbstractOption | |
| { | |
| use DummyBuildConstraintTrait; | |
| } |