Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

PHP DOM Builder API 2.0

BOOS Core for Texas Instruments TMS320C64x Digital Signal Processors family is released

Baigudin Software project has represented the BOOS Core operating kernel for TMS320C64x Digital Signal Processors family of Texas Instruments Company with single core.

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