EmailEditorVendor_Attribute::__construct
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() EmailEditorVendor Attribute:: construct code WC 10.5.0
public function __construct(int $flags = self::TARGET_ALL)
{
$this->flags = $flags;
}