Page MenuHomeWickedGov Phorge

ExtensionElement.php
No OneTemporary

Size
650 B
Referenced Files
None
Subscribers
None

ExtensionElement.php

<?php declare(strict_types = 1);
/*
* This file is part of PharIo\Manifest.
*
* Copyright (c) Arne Blankerts <arne@blankerts.de>, Sebastian Heuer <sebastian@phpeople.de>, Sebastian Bergmann <sebastian@phpunit.de> and contributors
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
*/
namespace PharIo\Manifest;
class ExtensionElement extends ManifestElement {
public function getFor(): string {
return $this->getAttributeValue('for');
}
public function getCompatible(): string {
return $this->getAttributeValue('compatible');
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 21:02 (1 d, 14 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c7/76/3f6b2ec74bdcd3b7b011c5ae19a0
Default Alt Text
ExtensionElement.php (650 B)

Event Timeline