Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ArgumentNode.php
function ArgumentNode::isVariadic
Return value
bool
1 call to
ArgumentNode::isVariadic()
ArgumentNode::hasDefault
in vendor/
phpspec/
prophecy/
src/
Prophecy/
Doubler/
Generator/
Node/
ArgumentNode.php
File
vendor/
phpspec/
prophecy/
src/
Prophecy/
Doubler/
Generator/
Node/
ArgumentNode.php
, line 140
Class
ArgumentNode
Argument node.
Namespace
Prophecy\Doubler\Generator\Node
Code
public
function
isVariadic
() {
return
$this
->
isVariadic
; }
RSS feed