onOffice WP Plugin

IncludeFileModel
in package

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

Constants

Properties

Methods

__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>

getIdentifier()

public getIdentifier() : string
Return values
string

getLoadInFooter()

public getLoadInFooter() : bool
Return values
bool

setDependencies()

public setDependencies(array<string|int, mixed> $dependencies) : $this
Parameters
$dependencies : array<string|int, mixed>
Return values
$this

setLoadInFooter()

public setLoadInFooter(bool $loadInFooter) : $this
Parameters
$loadInFooter : bool
Return values
$this

Search results