/var/www/vhosts/ihelp.ro/httpdocs/vendor/phar-io/manifest/src/xml
NameSizeModeActions
AuthorElement.php6090644editdlrm
AuthorElementCollection.php5650644editdlrm
BundlesElement.php6040644editdlrm
ComponentElement.php6160644editdlrm
ComponentElementCollection.php5740644editdlrm
ContainsElement.php8750644editdlrm
CopyrightElement.php7500644editdlrm
ElementCollection.php15550644editdlrm
ExtElement.php5080644editdlrm
ExtElementCollection.php5560644editdlrm
ExtensionElement.php6200644editdlrm
LicenseElement.php6060644editdlrm
ManifestDocument.php29590644editdlrm
ManifestElement.php19920644editdlrm
PhpElement.php7690644editdlrm
RequiresElement.php5570644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/phar-io/manifest/src/xml/RequiresElement.php (557B)
, Sebastian Heuer , Sebastian Bergmann * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PharIo\Manifest; class RequiresElement extends ManifestElement { public function getPHPElement(): PhpElement { return new PhpElement( $this->getChildByName('php') ); } }