Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

PHP DOM Builder API 2.0

EOOS Automotive R22-08 is released in version v0.10.0

The second official release of EOOS Automotive that is qualified for POSIX and WIN32 compatible operating systems and based on interfaces designed for EOOS RT – real time operating system.

Interface «DomBuilder\Api\Object»

Elements common access declaration.

  • interface Api\Object

public int length();

Returns the number of elements.

The method has to return a number of contained elements. For singular element container it has to return 1 and for elements list container it has to return a count of elements into it.

Returns:
int — the number of elements.

Back to class list