File "Advanced.php"
Full path: C:/Inetpub/vhosts/drshti.com/httpdocs/wp-content/plugins/depicter/app/src/Document/Models/Options/Advanced.php
File
size: 166 B (166 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
namespace Depicter\Document\Models\Options;
class Advanced
{
/**
* @var string
*/
public $className;
/**
* @var string
*/
public $customStyle;
}