EmailEditorVendor_Attribute::__constructpublicWC 1.0

Method of the class: EmailEditorVendor_Attribute{}

No Hooks.

Returns

null. Nothing (null).

Usage

$EmailEditorVendor_Attribute = new EmailEditorVendor_Attribute();
$EmailEditorVendor_Attribute->__construct( $flags );
$flags(int)
.
Default: self::TARGET_ALL

EmailEditorVendor_Attribute::__construct() code WC 10.5.0

public function __construct(int $flags = self::TARGET_ALL)
{
    $this->flags = $flags;
}