Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Redaxscript
Head
Script
removeFile
Redaxscript\Head\Script::removeFile PHP Method
Script Class Documentation
Mostrar archivo
Open project: redaxmedia/redaxscript
removeFile()
public
method
remove script file
Since:
3.0.0
public
removeFile
(
string
$source
= null ) :
Script
$source
string
return
Script
public function removeFile($source = null) { $this->remove('src', $source); return $this; }
Script
appendFile
appendInline
clear
concat
prependFile
prependInline
removeFile
render
transportVar