Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

PHP DOM Builder API 2.0

Baigudin Software successfully starts in Kaspersky Start program

Baigudin Software has been successfully started in Kaspersky Start program by Kaspersky Lab and performs the BOOS Core operating kernel to it.

Abstract class «DomBuilder\Core\Element»

Singular element container.

  • abstract class Core\Element

All implemented interfaces:

Object Builder Property Attribute Traverse Fetch Search Tester

public static bool isSelf(object $node);

Tests if given object is this class or has this class as one of its parents.

Parameters:
object $node — tested object.

Returns:
bool — true if given object is this class or child class of this class.

Back to class list