ContentOpenInNewTabStatus
in package
implements
ContentOpenInNewTabStatusInterface
Class ContentOpenInNewTabStatus
This class represents whether the content is opened in a new tab
Tags
Interfaces, Classes and Traits
- ContentOpenInNewTabStatusInterface
- Interface ContentOpenInNewTabStatusInterface
Table of Contents
- $openInNewTab : bool
- Open in a new tab status
- __construct() : mixed
- ContentOpenInNewTabStatus constructor
- opensInNewTab() : bool
- Return whether the content is opened in a new tab
Properties
$openInNewTab
Open in a new tab status
protected
bool
$openInNewTab
Methods
__construct()
ContentOpenInNewTabStatus constructor
public
__construct(bool $openInNewTab) : mixed
Parameters
- $openInNewTab : bool
-
Whether the content is opened in a new tab
Return values
mixed —opensInNewTab()
Return whether the content is opened in a new tab
public
opensInNewTab() : bool