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.

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