Page MenuHomeWickedGov Phorge

Node.php
No OneTemporary

Size
348 B
Referenced Files
None
Subscribers
None

Node.php

<?php declare(strict_types = 1);
namespace PHPStan\PhpDocParser\Ast;
interface Node
{
public function __toString(): string;
/**
* @param mixed $value
*/
public function setAttribute(string $key, $value): void;
public function hasAttribute(string $key): bool;
/**
* @return mixed
*/
public function getAttribute(string $key);
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 02:46 (2 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e7/e1/a54d243e647e8b10220c64ec9dcc
Default Alt Text
Node.php (348 B)

Event Timeline