Phan\Language\Element\Parameter::__construct PHP Method

__construct() public method

public __construct ( Context $context, string $name, UnionType $type, integer $flags )
$context Phan\Language\Context The context in which the structural element lives
$name string
$type Phan\Language\UnionType
$flags integer
    public function __construct(Context $context, string $name, UnionType $type, int $flags)
    {
        parent::__construct($context, $name, $type, $flags);
    }