File "Number.php"

Full path: C:/Inetpub/vhosts/drshti.com/httpdocs/wp-content/plugins/depicter/modules/jeffreyvanrossum/wp-settings/Options/Number.php
File size: 242 B (242 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php

namespace Depicter\Jeffreyvr\WPSettings\Options;

use function Depicter\Jeffreyvr\WPSettings\view as view;
use Depicter\Jeffreyvr\WPSettings\Options\OptionAbstract;

class Number extends OptionAbstract
{
    public $view = 'number';
}