Phan\Analysis\AssignmentVisitor::visitCall PHP Метод

visitCall() публичный Метод

php function f() { return [ 24 ]; } f()[1] = 42;
public visitCall ( ast\Node $node ) : Context
$node ast\Node A node to parse
Результат Phan\Language\Context A new or an unchanged context resulting from parsing the node
    public function visitCall(Node $node) : Context
    {
        return $this->context;
    }