FluentDOM\Attribute::__toString PHP Метод

__toString() публичный Метод

Casting the element node to string will returns its value
public __toString ( ) : string
Результат string
    public function __toString()
    {
        return $this->value;
    }
Attribute