IncludeFileModel
Table of Contents
-
TYPE_SCRIPT
= 'script'
-
TYPE_STYLE
= 'style'
-
$_dependencies
: array<string|int, mixed>
-
$_filePath
: string
-
$_identifier
: string
-
$_loadInFooter
: bool
-
$_type
: string
-
__construct()
: mixed
-
getDependencies()
: array<string|int, mixed>
-
getFilePath()
: string
-
getIdentifier()
: string
-
getLoadInFooter()
: bool
-
getType()
: string
-
setDependencies()
: $this
-
setLoadInFooter()
: $this
TYPE_SCRIPT
public
mixed
TYPE_SCRIPT
= 'script'
TYPE_STYLE
public
mixed
TYPE_STYLE
= 'style'
$_dependencies
private
array<string|int, mixed>
$_dependencies
= []
$_filePath
private
string
$_filePath
= ''
$_identifier
private
string
$_identifier
= ''
private
bool
$_loadInFooter
= false
$_type
private
string
$_type
= ''
__construct()
public
__construct(string $type, string $identifier, string $filePath) : mixed
Parameters
-
$type
: string
-
-
$identifier
: string
-
-
$filePath
: string
-
Return values
mixed
—
getDependencies()
public
getDependencies() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
getFilePath()
public
getFilePath() : string
Return values
string
—
getIdentifier()
public
getIdentifier() : string
Return values
string
—
public
getLoadInFooter() : bool
Return values
bool
—
getType()
public
getType() : string
Return values
string
—
setDependencies()
public
setDependencies(array<string|int, mixed> $dependencies) : $this
Parameters
-
$dependencies
: array<string|int, mixed>
-
Return values
$this
—
public
setLoadInFooter(bool $loadInFooter) : $this
Parameters
-
$loadInFooter
: bool
-
Return values
$this
—