Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

PHP DOM Builder API 2.0

Baigudin Software participates in OS DAY 2017 conference

The Baigudin Software Company has participated in OS DAY – a fourth scientific-practical conference, which aims to determine a mission of Russia in developing sphere of operating systems.

Class «DomBuilder\Element\Script»

script – embedded script.

The script element enables dynamic script and data blocks to be included in documents.

All implemented interfaces:

Object Builder Property Attribute Traverse Fetch Search Tester

public Script javascript(string $src=NULL);

Sets this element as 'text/javascript' type.

Parameters:
string $src — a value of 'src' attribute.

Returns:
Script — this element.

public Script program(string $code);

Sets a program source code.

Parameters:
string $code — program source code.

Returns:
Script — this element.

Back to class list