mirror of
https://github.com/php/php-src.git
synced 2026-04-11 01:53:36 +02:00
10 lines
149 B
PHP
10 lines
149 B
PHP
<?php
|
|
|
|
class DOMAttr
|
|
{
|
|
public function __construct(string $name, string $value = "") {}
|
|
|
|
/** @return bool */
|
|
public function isId() {}
|
|
}
|