FOF30\View\DataView\DataViewInterface::addJavascriptInline PHP Méthode

addJavascriptInline() public méthode

Adds an inline JavaScript script to the page header
public addJavascriptInline ( string $script, string $type = 'text/javascript' )
$script string The script content to add
$type string The MIME type of the script
    public function addJavascriptInline($script, $type = 'text/javascript');